Mercurial > emacs
changeset 17429:5eb28dcbdb71
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Apr 1997 02:41:42 +0000 |
parents | 653c0e2e1b31 |
children | de68258fef5f |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sun Apr 13 02:39:56 1997 +0000 +++ b/lisp/comint.el Sun Apr 13 02:41:42 1997 +0000 @@ -1,6 +1,6 @@ ;;; comint.el --- general command interpreter in a window stuff -;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96 Free Software Foundation, Inc. +;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. ;; Author: Olin Shivers <shivers@cs.cmu.edu> ;; Adapted-by: Simon Marshall <simon@gnu.ai.mit.edu> @@ -294,18 +294,6 @@ `comint-get-old-input-default', which grabs the current line, and strips off leading text matching `comint-prompt-regexp'.") -;; XEmacs - fsf doesn't have this, and I think it ought to default to 't' -;; because it's good idiot-proof interface. --stig -(defcustom comint-append-old-input t - "*If nil, old text selected by \\[comint-send-input] is re-sent immediately. -If non-nil, the old text is appended to the end of the buffer, -and a prompting message is printed. - -This flag does not affect the behavior of \\[comint-send-input] -after the process output mark." - :type 'boolean - :group 'comint) - (defvar comint-dynamic-complete-functions '(comint-replace-by-expanded-history comint-dynamic-complete-filename) "List of functions called to perform completion.