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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Sun, 15 Sep 2002 16:51:20 -0400

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.228 emacs/lisp/menu-bar.el:1.229
*** emacs/lisp/menu-bar.el:1.228        Wed Sep 11 17:56:50 2002
--- emacs/lisp/menu-bar.el      Sun Sep 15 16:51:20 2002
***************
*** 557,563 ****
  DOC is the text to use the menu entry.
  HELP is the text to use for the tooltip.
  PROPS are additional properties."
!   `'(menu-item ,doc ',fname
       ,@(if props props)
       :help ,help
       :button (:toggle . (and (default-boundp ',fname)
--- 557,563 ----
  DOC is the text to use the menu entry.
  HELP is the text to use for the tooltip.
  PROPS are additional properties."
!   `'(menu-item ,doc ,fname
       ,@(if props props)
       :help ,help
       :button (:toggle . (and (default-boundp ',fname)




reply via email to

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