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
6273dc68
Commit
6273dc68
authored
Dec 03, 2005
by
John Paul Wallington
Browse files
(atomic-change-group): Add edebug and indentation spec.
parent
21b15ee8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+1
-0
No files found.
lisp/ChangeLog
View file @
6273dc68
2005-12-03 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
* subr.el (atomic-change-group): Add edebug and indentation spec.
2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
* completion.el (save-completions-file-name): Fix typo in last change.
...
...
lisp/subr.el
View file @
6273dc68
...
...
@@ -1602,6 +1602,7 @@ This works regardless of whether undo is enabled in the buffer.
This mechanism is transparent to ordinary use of undo;
if undo is enabled in the buffer and BODY succeeds, the
user can undo the change normally."
(
declare
(
indent
0
)
(
debug
t
))
(
let
((
handle
(
make-symbol
"--change-group-handle--"
))
(
success
(
make-symbol
"--change-group-success--"
)))
`
(
let
((
,
handle
(
prepare-change-group
))
...
...
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