/[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.202 by abraham, Sun Feb 17 12:15:16 2002 UTC revision 1.203 by abraham, Tue Feb 19 10:30:30 2002 UTC
# Line 1438  key (or menu-item)")) Line 1438  key (or menu-item)"))
1438      (list 'menu-item "Enter" 'exit-minibuffer      (list 'menu-item "Enter" 'exit-minibuffer
1439            :help "Terminate input and exit minibuffer")))            :help "Terminate input and exit minibuffer")))
1440    
1441  (defcustom menu-bar-mode nil  (defcustom menu-bar-mode t
1442    "Toggle display of a menu bar on each frame.    "Toggle display of a menu bar on each frame.
1443  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
1444  use either \\[customize] or the function `menu-bar-mode'."  use either \\[customize] or the function `menu-bar-mode'."
# Line 1448  use either \\[customize] or the function Line 1448  use either \\[customize] or the function
1448    :type 'boolean    :type 'boolean
1449    :group 'frames)    :group 'frames)
1450    
 ;;; `menu-bar-mode' doesn't really have a standard value, as it depend  
 ;;; on where and how Emacs was started.  By removing the standard  
 ;;; value, we ensure that customize will always save it.  
 ;; -- Per Abrahamsen <abraham@dina.kvl.dk> 2002-02-11.  
 (put 'menu-bar-mode 'standard-value nil)  
   
1451  (defun menu-bar-mode (&optional flag)  (defun menu-bar-mode (&optional flag)
1452    "Toggle display of a menu bar on each frame.    "Toggle display of a menu bar on each frame.
1453  This command applies to all frames that exist and frames to be  This command applies to all frames that exist and frames to be

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203

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