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: Per Abrahamsen
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Tue, 19 Feb 2002 05:30:32 -0500

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.202 emacs/lisp/menu-bar.el:1.203
*** emacs/lisp/menu-bar.el:1.202        Sun Feb 17 07:15:16 2002
--- emacs/lisp/menu-bar.el      Tue Feb 19 05:30:30 2002
***************
*** 1438,1444 ****
      (list 'menu-item "Enter" 'exit-minibuffer
          :help "Terminate input and exit minibuffer")))
  
! (defcustom menu-bar-mode nil
    "Toggle display of a menu bar on each frame.
  Setting this variable directly does not take effect;
  use either \\[customize] or the function `menu-bar-mode'."
--- 1438,1444 ----
      (list 'menu-item "Enter" 'exit-minibuffer
          :help "Terminate input and exit minibuffer")))
  
! (defcustom menu-bar-mode t
    "Toggle display of a menu bar on each frame.
  Setting this variable directly does not take effect;
  use either \\[customize] or the function `menu-bar-mode'."
***************
*** 1447,1458 ****
    :initialize 'custom-initialize-default
    :type 'boolean
    :group 'frames)
- 
- ;;; `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 <address@hidden> 2002-02-11.
- (put 'menu-bar-mode 'standard-value nil)
  
  (defun menu-bar-mode (&optional flag)
    "Toggle display of a menu bar on each frame.
--- 1447,1452 ----



reply via email to

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