emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in menu-bar-make-mm-toggle?


From: Luc Teirlinck
Subject: Re: Bug in menu-bar-make-mm-toggle?
Date: Sun, 15 Sep 2002 14:31:06 -0500 (CDT)

The following diff (which just removes a backquote) seems to fix the
problem.

menu-bar.el is pre-loaded.  The effects can be checked by reloading
menu-bar.el and executing:
(menu-bar-make-mm-toggle global-font-lock-mode
                         "Syntax Highlighting"
                         "Colorize text based on language syntax (Global Font 
Lock mode)")

Change Log:

       *menu-bar.el (menu-bar-make-mm-toggle): Remove the backquote in
        front of fname.

===File ~/menu-bar-diff=====================================
cd /usr/local/share/emacs/21.3.50/lisp/
diff -c /usr/local/share/emacs/21.3.50/lisp/old-menu-bar.el 
/usr/local/share/emacs/21.3.50/lisp/menu-bar.el
*** /usr/local/share/emacs/21.3.50/lisp/old-menu-bar.el Fri Sep 13 14:17:05 2002
--- /usr/local/share/emacs/21.3.50/lisp/menu-bar.el     Sun Sep 15 13:55:45 2002
***************
*** 557,563 ****
  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
       ,@(if props props)
       :help ,help
       :button (:toggle . (and (default-boundp ',fname)
--- 557,563 ----
  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
       ,@(if props props)
       :help ,help
       :button (:toggle . (and (default-boundp ',fname)

Diff finished at Sun Sep 15 13:59:26
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]