bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#7754: 24.0.50; easy-menu: fix misnamed keywords


From: Drew Adams
Subject: bug#7754: 24.0.50; easy-menu: fix misnamed keywords
Date: Wed, 29 Dec 2010 09:02:10 -0800

Further browsing indicates that :active is a leftover from XEmacs.
E.g., this code in vhdl-mode.el:

["Rescan Directory" vhdl-speedbar-rescan-hierarchy
 :active (save-excursion (beginning-of-line) (looking-at "[0-9]+:"))
 ,(if (featurep 'xemacs) :active :visible) (not vhdl-speedbar-show-projects)]
      ^^^^^^^^^^^^^^^^^^^^^^^^^^






reply via email to

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