# HG changeset patch # User Richard M. Stallman # Date 1032123080 0 # Node ID af1e3a22803459d7f475c28b70d51b4e947c024a # Parent 923f7eb1b296ed94d635ead88bb6f593c7fa4632 (menu-bar-make-mm-toggle): Don't put a quote befor FNAME when it's not being evaluated. diff -r 923f7eb1b296 -r af1e3a228034 lisp/menu-bar.el --- 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)