emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/toolbar/tool-bar.el


From: Per Abrahamsen
Subject: [Emacs-diffs] Changes to emacs/lisp/toolbar/tool-bar.el
Date: Tue, 19 Feb 2002 05:30:32 -0500

Index: emacs/lisp/toolbar/tool-bar.el
diff -c emacs/lisp/toolbar/tool-bar.el:1.24 emacs/lisp/toolbar/tool-bar.el:1.25
*** emacs/lisp/toolbar/tool-bar.el:1.24 Mon Feb 11 11:47:55 2002
--- emacs/lisp/toolbar/tool-bar.el      Tue Feb 19 05:30:30 2002
***************
*** 47,52 ****
--- 47,53 ----
  
  See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
  conveniently adding tool bar items."
+   :init-value t
    :global t
    :group 'mouse
    :group 'frames
***************
*** 66,77 ****
                (display-graphic-p)
                (= 1 (length (default-value 'tool-bar-map)))) ; not yet setup
           (tool-bar-setup))))
- 
- ;;; `tool-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 'tool-bar-mode 'standard-value nil)
  
  (defvar tool-bar-map (make-sparse-keymap)
    "Keymap for the tool bar.
--- 67,72 ----



reply via email to

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