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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/toolbar/tool-bar.el
Date: Tue, 16 Jul 2002 18:46:09 -0400

Index: emacs/lisp/toolbar/tool-bar.el
diff -c emacs/lisp/toolbar/tool-bar.el:1.31 emacs/lisp/toolbar/tool-bar.el:1.32
*** emacs/lisp/toolbar/tool-bar.el:1.31 Thu Jun 20 17:35:38 2002
--- emacs/lisp/toolbar/tool-bar.el      Tue Jul 16 18:46:09 2002
***************
*** 149,155 ****
  
  Use this function only to make bindings in the global value of `tool-bar-map'.
  To define items in any other map, use `tool-bar-local-item'."
!   (apply 'tool-bar-local-item-from-menu command icon tool-bar-map map props))
  
  ;;;###autoload
  (defun tool-bar-local-item-from-menu (command icon in-map &optional from-map 
&rest props)
--- 149,156 ----
  
  Use this function only to make bindings in the global value of `tool-bar-map'.
  To define items in any other map, use `tool-bar-local-item'."
!   (apply 'tool-bar-local-item-from-menu command icon
!        (default-value 'tool-bar-map) map props))
  
  ;;;###autoload
  (defun tool-bar-local-item-from-menu (command icon in-map &optional from-map 
&rest props)



reply via email to

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