From: Richard M. Stallman Date: Thu, 3 Mar 1994 23:56:04 +0000 (+0000) Subject: (inferior-scheme-mode): Removed unnecessary X-Git-Tag: emacs-19.34~9664 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a16a826953c8cdd874a1e7728fdf61bb978f703;p=emacs.git (inferior-scheme-mode): Removed unnecessary initialisation of comint-input-sentinel. --- 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 +;; 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))