# HG changeset patch # User Richard M. Stallman # Date 758135538 0 # Node ID 73389b4a4a9de595070329eab6dd03e98d3a5abc # Parent 9d84549e89b43198c7acaa9e1f616be196714604 (comint-input-autoexpand): Make default nil. diff -r 9d84549e89b4 -r 73389b4a4a9d lisp/comint.el --- 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).