# HG changeset patch # User Andreas Schwab # Date 906110428 0 # Node ID 0c30ca946dbaa4513807a0b2833eebc2b48824fd # Parent 519bc559e95050d566befd9b21347c4d07e04113 (shell-input-autoexpand): Fix customize type. diff -r 519bc559e950 -r 0c30ca946dba lisp/shell.el --- 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