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
7511ded8
Commit
7511ded8
authored
Apr 23, 2012
by
Chong Yidong
Browse files
* subr.el (accept-change-group): Fix arg usage.
Fixes: debbugs:6095
parent
46c71e23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7511ded8
2012-04-23 Andreas Politz <politza@fh-trier.de>
* subr.el (accept-change-group): Fix arg usage (Bug#6095).
2012-04-23 Chong Yidong <cyd@gnu.org>
* cus-edit.el (customize-apropos, customize-apropos-options):
...
...
lisp/subr.el
View file @
7511ded8
...
...
@@ -2391,7 +2391,7 @@ to `accept-change-group' or `cancel-change-group'."
This finishes the change group by accepting its changes as final."
(
dolist
(
elt
handle
)
(
with-current-buffer
(
car
elt
)
(
if
(
eq
elt
t
)
(
if
(
eq
(
cdr
elt
)
t
)
(
setq
buffer-undo-list
t
)))))
(
defun
cancel-change-group
(
handle
)
...
...
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