Mercurial > emacs
changeset 5539:73389b4a4a9d
(comint-input-autoexpand): Make default nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Jan 1994 17:12:18 +0000 |
parents | 9d84549e89b4 |
children | d147979e10f4 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sun Jan 09 17:11:57 1994 +0000 +++ b/lisp/comint.el Sun Jan 09 17:12:18 1994 +0000 @@ -159,7 +159,7 @@ 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).