emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sat, 01 Mar 2003 10:55:07 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.315 emacs/lisp/startup.el:1.316
*** emacs/lisp/startup.el:1.315 Wed Feb 26 05:59:58 2003
--- emacs/lisp/startup.el       Sat Mar  1 10:55:04 2003
***************
*** 807,813 ****
    (unless (or noninteractive
                (and (memq window-system '(x w32))
                     (<= (frame-parameter nil 'menu-bar-lines) 0)))
!     (menu-bar-mode t))
  
    ;; If frame was created with a tool bar, switch tool-bar-mode on.
    (unless (or noninteractive
--- 807,813 ----
    (unless (or noninteractive
                (and (memq window-system '(x w32))
                     (<= (frame-parameter nil 'menu-bar-lines) 0)))
!     (menu-bar-mode 1))
  
    ;; If frame was created with a tool bar, switch tool-bar-mode on.
    (unless (or noninteractive




reply via email to

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