# HG changeset patch # User Gerd Moellmann # Date 958675136 0 # Node ID 7322c22e17b081841bda33ee7064c42fd55147d3 # Parent cd57818019f816bb81cbf058ada87e17878d05a1 (msb-menu-cond): Add choice `user'. diff -r cd57818019f8 -r 7322c22e17b0 lisp/msb.el --- a/lisp/msb.el Thu May 18 18:38:09 2000 +0000 +++ b/lisp/msb.el Thu May 18 18:38:56 2000 +0000 @@ -276,7 +276,8 @@ 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)