summaryrefslogtreecommitdiff
path: root/lisp/cmuscheme.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-03-03 23:56:04 +0000
committerRichard M. Stallman <rms@gnu.org>1994-03-03 23:56:04 +0000
commit3cdae60753814d84eae4f0fa8fe9b25295da0a08 (patch)
tree0d636239642c9b4bb177cf5fb09f4d3308eeef0d /lisp/cmuscheme.el
parent573aa198a2cc7e908139821b7084d0297320060f (diff)
downloademacs-3cdae60753814d84eae4f0fa8fe9b25295da0a08.tar.gz
(inferior-scheme-mode): Removed unnecessary
initialisation of comint-input-sentinel.
Diffstat (limited to 'lisp/cmuscheme.el')
-rw-r--r--lisp/cmuscheme.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index e3f63527a99..9f236ad624e 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -1,9 +1,9 @@
;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el.
-
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Author: Olin Shivers <olin.shivers@cs.cmu.edu>
+;; Maintainer: FSF
;; Keywords: processes, lisp
;; This file is part of GNU Emacs.
@@ -187,7 +187,6 @@ to continue it."
(setq mode-line-process '(": %s"))
(use-local-map inferior-scheme-mode-map)
(setq comint-input-filter (function scheme-input-filter))
- (setq comint-input-sentinel (function ignore))
(setq comint-get-old-input (function scheme-get-old-input))
(run-hooks 'inferior-scheme-mode-hook))