# HG changeset patch # User Andreas Schwab # Date 898680968 0 # Node ID 2f3b4c74e9a1192fbc2a40d0e81d6c92b6bb19f2 # Parent a9b371a8e8351613a396252eec9d73158d096ce5 (custom-magic-show): Use `other' widget type. diff -r a9b371a8e835 -r 2f3b4c74e9a1 lisp/cus-edit.el --- a/lisp/cus-edit.el Wed Jun 24 09:25:09 1998 +0000 +++ b/lisp/cus-edit.el Wed Jun 24 09:36:08 1998 +0000 @@ -1474,8 +1474,8 @@ "If non-nil, show textual description of the state. If `long', show a full-line description, not just one word." :type '(choice (const :tag "no" nil) - (const short) - (const long)) + (const long) + (other :tag "short" short)) :group 'custom-buffer) (defcustom custom-magic-show-hidden '(option face)