From 7d0294106d945b4fa35572e0534f90d88273d1b2 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 3 Apr 2011 17:48:50 +0000 Subject: [PATCH] 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. --- src/edwin/modefs.scm | 2 -- src/microcode/errors.h | 2 +- src/microcode/interp.c | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) 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 (); -- 2.25.1