/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.486 by eliz, Sat Nov 19 12:49:30 2005 UTC revision 1.487 by jpw, Sat Dec 3 02:30:48 2005 UTC
# Line 1602  This works regardless of whether undo is Line 1602  This works regardless of whether undo is
1602  This mechanism is transparent to ordinary use of undo;  This mechanism is transparent to ordinary use of undo;
1603  if undo is enabled in the buffer and BODY succeeds, the  if undo is enabled in the buffer and BODY succeeds, the
1604  user can undo the change normally."  user can undo the change normally."
1605      (declare (indent 0) (debug t))
1606    (let ((handle (make-symbol "--change-group-handle--"))    (let ((handle (make-symbol "--change-group-handle--"))
1607          (success (make-symbol "--change-group-success--")))          (success (make-symbol "--change-group-success--")))
1608      `(let ((,handle (prepare-change-group))      `(let ((,handle (prepare-change-group))

Legend:
Removed from v.1.486  
changed lines
  Added in v.1.487

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26