From: Richard M. Stallman Date: Sun, 9 Jan 1994 17:12:18 +0000 (+0000) Subject: (comint-input-autoexpand): Make default nil. X-Git-Tag: emacs-19.34~10312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94bd6573241278d58e798dd974aba8386b6ddcec;p=emacs.git (comint-input-autoexpand): Make default nil. --- 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).