# HG changeset patch # User Andreas Schwab # Date 898678214 0 # Node ID b5923f76f35b3db82a9977e56166aa9477599c64 # Parent 5682c77dce712e203ac13f06a2387c2404ff95b0 (comint-input-autoexpand): Use `other' widget type. diff -r 5682c77dce71 -r b5923f76f35b lisp/comint.el --- a/lisp/comint.el Wed Jun 24 08:48:57 1998 +0000 +++ b/lisp/comint.el Wed Jun 24 08:50:14 1998 +0000 @@ -197,9 +197,9 @@ 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