(msb-menu-cond): Add choice `user'.

This commit is contained in:
Gerd Moellmann 2000-05-18 18:41:46 +00:00
parent 9f92e5d9c5
commit 25bb0401ab
2 changed files with 11 additions and 2 deletions

View file

@ -1,10 +1,18 @@
2000-05-18 Gerd Moellmann <gerd@gnu.org>
* msb.el (msb-menu-cond): Add choice `user'.
2000-05-18 Espen Skoglund <esk@ira.uka.de>
* pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
the indent-comment function to just return the appropriate indent.
2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
* sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
2000-05-18 Dave Love <fx@gnu.org>
* info.el (Info-fontify-node): Add intangible property as well as

View file

@ -276,7 +276,8 @@ Note2: A buffer menu appears only if it has at least one buffer in it.
Note3: If you have a CONDITION that can't be evaluated you will get an
error every time you do \\[msb]."
:type `(choice (const :tag "long" :value ,msb--very-many-menus)
(const :tag "short" :value ,msb--few-menus))
(const :tag "short" :value ,msb--few-menus)
(sexp :tag "user"))
:set 'msb-custom-set
:group 'msb)