Change EDITOR-FAILURE to post a regular message instead of a temporary
authorChris Hanson <org/chris-hanson/cph>
Fri, 13 Mar 1992 09:45:49 +0000 (09:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 13 Mar 1992 09:45:49 +0000 (09:45 +0000)
one.

v7/src/edwin/basic.scm

index 3a902dc5fe6fc29b86ca45e8e8e17c13c30361f8..07fb7f957e9468b36aac83a796d9da40e493273a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/basic.scm,v 1.123 1992/03/08 18:33:55 arthur Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/basic.scm,v 1.124 1992/03/13 09:45:49 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-92 Massachusetts Institute of Technology
 ;;;
@@ -247,7 +247,7 @@ For more information type the HELP key while entering the name."
   (set-buffer-backed-up?! buffer false))
 
 (define (editor-failure . strings)
-  (cond ((not (null? strings)) (apply temporary-message strings))
+  (cond ((not (null? strings)) (apply message strings))
        (*defining-keyboard-macro?* (clear-message)))
   (editor-beep)
   (keyboard-macro-disable))