changeset 23274:0c30ca946dba

(shell-input-autoexpand): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 18 Sep 1998 09:20:28 +0000
parents 519bc559e950
children a1bd0f4f73e1
files lisp/shell.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/shell.el	Fri Sep 18 09:19:47 1998 +0000
+++ b/lisp/shell.el	Fri Sep 18 09:20:28 1998 +0000
@@ -266,7 +266,10 @@
 
 This variable supplies a default for `comint-input-autoexpand',
 for Shell mode only."
-  :type '(choice (const nil) (const input) (const history))
+  :type '(choice (const :tag "off" nil)
+		 (const input)
+		 (const history)
+		 (const :tag "on" t))
   :type 'shell)
 
 (defvar shell-dirstack nil