mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Fix previous change.
This commit is contained in:
parent
ed366e8726
commit
8e9337739b
@ -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 @@ 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.
|
||||
|
Loading…
Reference in New Issue
Block a user