From 72c0e39453afd05986a8cbcb3ae9c19df8c546a6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Sep 2002 20:51:20 +0000 Subject: [PATCH] (menu-bar-make-mm-toggle): Don't put a quote befor FNAME when it's not being evaluated. --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2