]> code.delx.au - gnu-emacs/commitdiff
(comint-input-autoexpand): Make default nil.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Jan 1994 17:12:18 +0000 (17:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Jan 1994 17:12:18 +0000 (17:12 +0000)
lisp/comint.el

index 1073970a5ff53e9b1452f445030b57fbf1bff0ad..992e7a653ae29e53f87192829c4dddc5486f3de4 100644 (file)
@@ -159,7 +159,7 @@ Good choices:
 
 This is a good thing to set in mode hooks.")
 
-(defvar comint-input-autoexpand 'history
+(defvar comint-input-autoexpand nil
   "*If non-nil, expand input command history references on completion.
 This mirrors the optional behavior of tcsh (its autoexpand and histlit).