aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-27 22:05:34 +0000
committerRichard M. Stallman1997-04-27 22:05:34 +0000
commit85cdc4134962a4f4bcbd37aa6b504973b4576c4b (patch)
tree736b168e09efddc696e143660921f5611a2a4554
parentcbf7f476d4eb554f27f21cfc610a290e3e5ea3bd (diff)
downloademacs-85cdc4134962a4f4bcbd37aa6b504973b4576c4b.tar.gz
emacs-85cdc4134962a4f4bcbd37aa6b504973b4576c4b.zip
(comint-input-face): Deleted.
-rw-r--r--lisp/comint.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index aec9c423ca9..0fab975f297 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -192,17 +192,6 @@ This variable is buffer-local."
192 (const history)) 192 (const history))
193 :group 'comint) 193 :group 'comint)
194 194
195(defface comint-input-face '((((class color)
196 (background dark))
197 (:foreground "red"))
198 (((class color)
199 (background light))
200 (:foreground "blue"))
201 (t
202 (:bold t)))
203 "How to display user input for comint shells."
204 :group 'comint)
205
206(defcustom comint-input-ignoredups nil 195(defcustom comint-input-ignoredups nil
207 "*If non-nil, don't add input matching the last on the input ring. 196 "*If non-nil, don't add input matching the last on the input ring.
208This mirrors the optional behavior of bash. 197This mirrors the optional behavior of bash.