# HG changeset patch # User Richard M. Stallman # Date 762738964 0 # Node ID 599aa761e6be1dc1895f296b4289419343749750 # Parent 280d4a97da6930022b8c63e59480a82add0f2ad7 (inferior-scheme-mode): Removed unnecessary initialisation of comint-input-sentinel. diff -r 280d4a97da69 -r 599aa761e6be lisp/cmuscheme.el --- a/lisp/cmuscheme.el Thu Mar 03 23:53:46 1994 +0000 +++ b/lisp/cmuscheme.el Thu Mar 03 23:56:04 1994 +0000 @@ -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 @@ (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))