/[emacs]/emacs/lisp/menu-bar.el
ViewVC logotype

Diff of /emacs/lisp/menu-bar.el

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

revision 1.282 by eliz, Sat Nov 19 11:23:04 2005 UTC revision 1.283 by jurta, Fri Dec 9 09:59:55 2005 UTC
# Line 481  A large number or nil slows down menu re Line 481  A large number or nil slows down menu re
481                :enable (and (not buffer-read-only)                :enable (and (not buffer-read-only)
482                             (not (eq t buffer-undo-list))                             (not (eq t buffer-undo-list))
483                             (if (eq last-command 'undo)                             (if (eq last-command 'undo)
484                                 pending-undo-list                                 (listp pending-undo-list)
485                               (consp buffer-undo-list)))                               (consp buffer-undo-list)))
486                :help "Undo last operation"))                :help "Undo last operation"))
487    

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283

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