From: Andreas Schwab Date: Wed, 24 Jun 1998 08:50:14 +0000 (+0000) Subject: (comint-input-autoexpand): Use `other' widget type. X-Git-Tag: emacs-20.3~510 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0560c209ff1717f61c046f6580169b62ac63bc20;p=emacs.git (comint-input-autoexpand): Use `other' widget type. --- diff --git a/lisp/comint.el b/lisp/comint.el index 370564617c9..01022a33c00 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -197,9 +197,9 @@ into the buffer's input ring. See also `comint-magic-space' and This variable is buffer-local." :type '(choice (const :tag "off" nil) - (const :tag "on" t) (const input) - (const history)) + (const history) + (other :tag "on" t)) :group 'comint) (defcustom comint-input-ignoredups nil