]> code.delx.au - gnu-emacs/commitdiff
(menu-bar-make-mm-toggle): Don't put a quote befor FNAME
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 2002 20:51:20 +0000 (20:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Sep 2002 20:51:20 +0000 (20:51 +0000)
when it's not being evaluated.

lisp/menu-bar.el

index cc1bd594e6f0b4fd77b9e6ce2490f7bc3b68d164..9bc71004147d92fcb297f60b1304d707d0340177 100644 (file)
@@ -557,7 +557,7 @@ FNAME is the minor mode's name (variable and function).
 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)