aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tool-bar.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tool-bar.el')
-rw-r--r--lisp/tool-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el
index 226b1ddba5..db517830e8 100644
--- a/lisp/tool-bar.el
+++ b/lisp/tool-bar.el
@@ -90,7 +90,7 @@ See `tool-bar-mode' for more information."
Define this locally to override the global tool bar.")
(global-set-key [tool-bar]
- '(menu-item "tool bar" ignore
+ `(menu-item ,(purecopy "tool bar") ignore
:filter tool-bar-make-keymap))
(declare-function image-mask-p "image.c" (spec &optional frame))