projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645587e
)
Call ABORT-KEYBOARD-MACRO in EDITOR-FAILURE.
author
Taylor R Campbell
<campbell@mumble.net>
Wed, 10 Jun 2009 22:46:56 +0000
(18:46 -0400)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 10 Jun 2009 22:46:56 +0000
(18:46 -0400)
src/edwin/basic.scm
patch
|
blob
|
history
diff --git
a/src/edwin/basic.scm
b/src/edwin/basic.scm
index 8acf29112cc4daa7bd5419a2ea07d533bcec9763..858347b0d541bfad941961a2b5f3682474ebfb3e 100644
(file)
--- a/
src/edwin/basic.scm
+++ b/
src/edwin/basic.scm
@@
-281,7
+281,8
@@
For more information type the HELP key while entering the name."
(cond ((not (null? strings)) (apply message strings))
(*defining-keyboard-macro?* (clear-message)))
(editor-beep)
- (keyboard-macro-disable))
+ (keyboard-macro-disable)
+ (abort-keyboard-macro))
(define-variable beeping-allowed?
"False if Edwin must never beep."