[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/subr.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/subr.el |
Date: |
Fri, 02 Aug 2002 13:59:22 -0400 |
Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.315 emacs/lisp/subr.el:1.316
*** emacs/lisp/subr.el:1.315 Fri Jul 19 07:37:01 2002
--- emacs/lisp/subr.el Fri Aug 2 13:59:22 2002
***************
*** 1168,1174 ****
"Perform BODY as an atomic change group.
This means that if BODY exits abnormally,
all of its changes to the current buffer are undone.
! This works regadless of whether undo is enabled in the buffer.
This mechanism is transparent to ordinary use of undo;
if undo is enabled in the buffer and BODY succeeds, the
--- 1168,1174 ----
"Perform BODY as an atomic change group.
This means that if BODY exits abnormally,
all of its changes to the current buffer are undone.
! This works regardless of whether undo is enabled in the buffer.
This mechanism is transparent to ordinary use of undo;
if undo is enabled in the buffer and BODY succeeds, the
- [Emacs-diffs] Changes to emacs/lisp/subr.el,
Richard M. Stallman <=