summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-09 17:12:18 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-09 17:12:18 +0000
commit556c4c795f56e774f54055700b66185fcff92c5d (patch)
tree35b54a7b44a3a442ccef08ef78797ae1b2bb81ba /lisp/comint.el
parent740676d47652910b31bcd774164e2912feecc49f (diff)
downloademacs-556c4c795f56e774f54055700b66185fcff92c5d.tar.gz
(comint-input-autoexpand): Make default nil.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 1073970a5ff..992e7a653ae 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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).