Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7bd4aefb
Commit
7bd4aefb
authored
Feb 10, 2003
by
Stefan Monnier
Browse files
(process-get): Add setf method.
parent
3f7ef08e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+1
-0
No files found.
lisp/emacs-lisp/cl-macs.el
View file @
7bd4aefb
...
...
@@ -1724,6 +1724,7 @@ Example: (defsetf nth (n x) (v) (list 'setcar (list 'nthcdr n x) v))."
(
defsetf
process-buffer
set-process-buffer
)
(
defsetf
process-filter
set-process-filter
)
(
defsetf
process-sentinel
set-process-sentinel
)
(
defsetf
process-get
process-put
)
(
defsetf
read-mouse-position
(
scr
)
(
store
)
(
list
'set-mouse-position
scr
(
list
'car
store
)
(
list
'cdr
store
)))
(
defsetf
screen-height
set-screen-height
t
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment