* tool-bar.el (tool-bar-setup): Remove save as, print and customize.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 21 Nov 2010 18:29:08 +0000 (19:29 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 21 Nov 2010 18:29:08 +0000 (19:29 +0100)
lisp/ChangeLog
lisp/tool-bar.el

index 3945419..8ac8e56 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
+
 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
 
        * progmodes/python.el (python-font-lock-keywords): Highlight
index 4b6fd97..a3292c4 100644 (file)
@@ -271,11 +271,6 @@ holds a keymap."
                                             (not (eq 'special
                                                      (get major-mode
                                                           'mode-class)))))
-  (tool-bar-add-item-from-menu 'write-file "saveas" nil :vert-only t
-                              :visible '(or buffer-file-name
-                                            (not (eq 'special
-                                                     (get major-mode
-                                                          'mode-class)))))
   (tool-bar-add-item-from-menu 'undo "undo" nil :vert-only t
                               :visible '(not (eq 'special (get major-mode
                                                                'mode-class))))
@@ -297,16 +292,12 @@ holds a keymap."
   ;; than a lambda for Read Mail.
   ;;(tool-bar-add-item-from-menu 'compose-mail "mail/compose")
 
-  (tool-bar-add-item-from-menu 'print-buffer "print" nil :label "Print")
 
   ;; tool-bar-add-item-from-menu itself operates on
   ;; (default-value 'tool-bar-map), but when we don't use that function,
   ;; we must explicitly operate on the default value.
 
   (let ((tool-bar-map (default-value 'tool-bar-map)))
-    (tool-bar-add-item "preferences" 'customize 'customize
-                      :help "Edit preferences (customize)")
-
     (tool-bar-add-item "help" (lambda ()
                                (interactive)
                                (popup-menu menu-bar-help-menu))