Mercurial > emacs
changeset 67274:a69df0269000
(atomic-change-group): Add edebug and indentation spec.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 03 Dec 2005 02:30:48 +0000 |
parents | 554ddf754b2b |
children | ee1508db6de2 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Fri Dec 02 21:12:28 2005 +0000 +++ b/lisp/subr.el Sat Dec 03 02:30:48 2005 +0000 @@ -1602,6 +1602,7 @@ 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))