]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-input-autoexpand): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:50:14 +0000 (08:50 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:50:14 +0000 (08:50 +0000)
lisp/comint.el

index 370564617c90e37af258eb252cc3411d2d2b5bf0..01022a33c00066f1a150cd351d6563e221615f41 100644 (file)
@@ -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