]> git.eshelyaron.com Git - emacs.git/commitdiff
(msb-menu-cond): Add choice `user'.
authorGerd Moellmann <gerd@gnu.org>
Thu, 18 May 2000 18:41:46 +0000 (18:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 18 May 2000 18:41:46 +0000 (18:41 +0000)
lisp/ChangeLog
lisp/msb.el

index 985765aa6bbc7a0ebf186a13fd358ff3491db3bf..5f019e6a24432c71aa5914e14badf83e4d609dc9 100644 (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
index ebdee96515176de1628eda2055c72766bac0a1c7..fface2e29b480c9668431f77c097397c62362ada 100644 (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)