changeset 47493:af1e3a228034

(menu-bar-make-mm-toggle): Don't put a quote befor FNAME when it's not being evaluated.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Sep 2002 20:51:20 +0000
parents 923f7eb1b296
children 06a428ab2fcb
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Sun Sep 15 16:35:23 2002 +0000
+++ b/lisp/menu-bar.el	Sun Sep 15 20:51:20 2002 +0000
@@ -557,7 +557,7 @@
 DOC is the text to use the menu entry.
 HELP is the text to use for the tooltip.
 PROPS are additional properties."
-  `'(menu-item ,doc ',fname
+  `'(menu-item ,doc ,fname
      ,@(if props props)
      :help ,help
      :button (:toggle . (and (default-boundp ',fname)