# HG changeset patch # User John Paul Wallington # Date 1133577048 0 # Node ID a69df026900051a01dc535d060517f6789827b02 # Parent 554ddf754b2bfeb5440173e504ed53d36fe4b12d (atomic-change-group): Add edebug and indentation spec. diff -r 554ddf754b2b -r a69df0269000 lisp/subr.el --- 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))