From: Richard M. Stallman Date: Sun, 13 Apr 1997 02:41:42 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-20.1~2516 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e9337739bb050be41b174c06bd2fcc5d4117097;p=emacs.git Fix previous change. --- diff --git a/lisp/comint.el b/lisp/comint.el index 1421338781d..aec9c423ca9 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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 ;; Adapted-by: Simon Marshall @@ -294,18 +294,6 @@ It returns the text to be submitted as process input. The default is `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.