mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(atomic-change-group): Add edebug and indentation spec.
This commit is contained in:
parent
21b15ee87e
commit
6273dc6821
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user