emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Fri, 09 Dec 2005 04:59:55 -0500

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.282 emacs/lisp/menu-bar.el:1.283
*** emacs/lisp/menu-bar.el:1.282        Sat Nov 19 11:23:04 2005
--- emacs/lisp/menu-bar.el      Fri Dec  9 09:59:55 2005
***************
*** 481,487 ****
              :enable (and (not buffer-read-only)
                           (not (eq t buffer-undo-list))
                           (if (eq last-command 'undo)
!                              pending-undo-list
                             (consp buffer-undo-list)))
              :help "Undo last operation"))
  
--- 481,487 ----
              :enable (and (not buffer-read-only)
                           (not (eq t buffer-undo-list))
                           (if (eq last-command 'undo)
!                              (listp pending-undo-list)
                             (consp buffer-undo-list)))
              :help "Undo last operation"))
  




reply via email to

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