From: Richard M. Stallman Date: Sun, 15 Sep 2002 20:51:20 +0000 (+0000) Subject: (menu-bar-make-mm-toggle): Don't put a quote befor FNAME X-Git-Tag: ttn-vms-21-2-B4~13159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72c0e39453afd05986a8cbcb3ae9c19df8c546a6;p=emacs.git (menu-bar-make-mm-toggle): Don't put a quote befor FNAME when it's not being evaluated. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index cc1bd594e6f..9bc71004147 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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)