emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 02 Dec 2005 21:30:49 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.486 emacs/lisp/subr.el:1.487
*** emacs/lisp/subr.el:1.486    Sat Nov 19 12:49:30 2005
--- emacs/lisp/subr.el  Sat Dec  3 02:30:48 2005
***************
*** 1602,1607 ****
--- 1602,1608 ----
  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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]