changeset 22569:b5923f76f35b

(comint-input-autoexpand): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 08:50:14 +0000
parents 5682c77dce71
children 6cfe82c80677
files lisp/comint.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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