Mercurial > emacs
changeset 6188:599aa761e6be
(inferior-scheme-mode): Removed unnecessary
initialisation of comint-input-sentinel.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Mar 1994 23:56:04 +0000 |
parents | 280d4a97da69 |
children | 4ff931c18e4b |
files | lisp/cmuscheme.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <olin.shivers@cs.cmu.edu> +;; 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))