From 94bd6573241278d58e798dd974aba8386b6ddcec Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Jan 1994 17:12:18 +0000 Subject: [PATCH] (comint-input-autoexpand): Make default nil. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.39.5