Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a15b3f43
Commit
a15b3f43
authored
Apr 01, 2008
by
Johan Bockgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(frame-parameter) <defsetf>: Make it return the assigned value.
parent
497afe07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+1
-1
No files found.
lisp/ChangeLog
View file @
a15b3f43
2008-04-01 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
return the assigned value.
2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
* abbrev.el (abbrev-mode): Use define-minor-mode.
...
...
lisp/emacs-lisp/cl-macs.el
View file @
a15b3f43
...
...
@@ -1757,7 +1757,7 @@ Example:
(
defsetf
frame-parameters
modify-frame-parameters
t
)
(
defsetf
frame-visible-p
cl-set-frame-visible-p
)
(
defsetf
frame-width
set-screen-width
t
)
(
defsetf
frame-parameter
set-frame-parameter
)
(
defsetf
frame-parameter
set-frame-parameter
t
)
(
defsetf
getenv
setenv
t
)
(
defsetf
get-register
set-register
)
(
defsetf
global-key-binding
global-set-key
)
...
...
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