From: Taylor R Campbell Date: Sun, 3 Apr 2011 17:48:50 +0000 (+0000) Subject: Back out recent misguided changes. X-Git-Tag: 20110426-Gtk~2^2~21 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7d0294106d945b4fa35572e0534f90d88273d1b2;p=mit-scheme.git Back out recent misguided changes. It turns out dynamic scope and vi don't work very well. This also fixes a grammatical error reported to Arthur by an angry centurion. --- diff --git a/src/edwin/modefs.scm b/src/edwin/modefs.scm index 94b146580..87b999945 100644 --- a/src/edwin/modefs.scm +++ b/src/edwin/modefs.scm @@ -76,8 +76,6 @@ Like Fundamental mode, but no self-inserting characters.") (ref-mode-object read-only) (ref-mode-object read-only-noarg))) -;;; Actually porting viper-mode left as an exercise for the reader... - (define-key 'fundamental #\c-space 'set-mark-command) (define-key 'fundamental #\c-% 'replace-string) (define-key 'fundamental #\c-- 'negative-argument) diff --git a/src/microcode/errors.h b/src/microcode/errors.h index 9baf4346d..6fcefdd2d 100644 --- a/src/microcode/errors.h +++ b/src/microcode/errors.h @@ -239,7 +239,7 @@ USA. #define TERM_MESSAGE_TABLE \ { \ -/* 0x00 */ "Romanes eunt domus", \ +/* 0x00 */ "Moriturus te saluto", \ /* 0x01 */ "Unrecoverable error while loading a band", \ /* 0x02 */ "Broken heart encountered", \ /* 0x03 */ "Non pointer relocation", \ diff --git a/src/microcode/interp.c b/src/microcode/interp.c index 4e6892c15..cca842a32 100644 --- a/src/microcode/interp.c +++ b/src/microcode/interp.c @@ -916,7 +916,6 @@ Interpret (int pop_return_p) SIGNAL_INTERRUPT (interrupts); } - /* Check your calendars, folks. */ perform_application: #ifdef APPLY_UCODE_HOOK APPLY_UCODE_HOOK ();