diff lisp/subr.el @ 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 6b634736fd83
children f9d4913b40bc 37d0562504bf
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))