comparison lisp/menu-bar.el @ 90260:0ca0d9181b5e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 598-615) - Update from CVS - Remove lisp/toolbar directory - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 142-146) - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 06:59:21 +0000
parents 10fe5fadaf89 28718fa5d988
children 7beb78bc1f8e
comparison
equal deleted inserted replaced
90259:a3ba65547f84 90260:0ca0d9181b5e
1731 (define-key map [menu-bar minibuf return] 1731 (define-key map [menu-bar minibuf return]
1732 (list 'menu-item "Enter" 'exit-minibuffer 1732 (list 'menu-item "Enter" 'exit-minibuffer
1733 :help "Terminate input and exit minibuffer"))) 1733 :help "Terminate input and exit minibuffer")))
1734 1734
1735 ;;;###autoload 1735 ;;;###autoload
1736 ;; This comment is taken from toolbar/tool-bar.el near 1736 ;; This comment is taken from tool-bar.el near
1737 ;; (put 'tool-bar-mode ...) 1737 ;; (put 'tool-bar-mode ...)
1738 ;; We want to pretend the menu bar by standard is on, as this will make 1738 ;; We want to pretend the menu bar by standard is on, as this will make
1739 ;; customize consider disabling the menu bar a customization, and save 1739 ;; customize consider disabling the menu bar a customization, and save
1740 ;; that. We could do this for real by setting :init-value below, but 1740 ;; that. We could do this for real by setting :init-value below, but
1741 ;; that would overwrite disabling the tool bar from X resources. 1741 ;; that would overwrite disabling the tool bar from X resources.