emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Tue, 13 May 2003 20:57:02 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.600 emacs/lisp/simple.el:1.601
*** emacs/lisp/simple.el:1.600  Tue May 13 15:45:01 2003
--- emacs/lisp/simple.el        Tue May 13 20:57:02 2003
***************
*** 993,1001 ****
      ;; undo operation, so we can skip them later on.
      ;; I don't know how to do that in the undo-in-region case.
      (unless undo-in-region
-       (when (eval-when-compile (fboundp 'assert))
-       (assert (or (null pending-undo-list) (car pending-undo-list)))
-       (assert (car buffer-undo-list)))
        (puthash buffer-undo-list pending-undo-list undo-equiv-table))
      ;; Don't specify a position in the undo record for the undo command.
      ;; Instead, undoing this should move point to where the change is.
--- 993,998 ----




reply via email to

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