Back out recent misguided changes.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 3 Apr 2011 17:48:50 +0000 (17:48 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 3 Apr 2011 17:48:50 +0000 (17:48 +0000)
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
src/microcode/errors.h
src/microcode/interp.c

index 94b14658009ee94a2a6819cf141635dee89ad888..87b9999454b7b74376bdfc4a5a366e10b799a136 100644 (file)
@@ -76,8 +76,6 @@ Like Fundamental mode, but no self-inserting characters.")
        (ref-mode-object read-only)
        (ref-mode-object read-only-noarg)))
 \f
-;;; 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)
index 9baf4346d7e6a17eac9f77b8611fa1991ba54f31..6fcefdd2d614e9756bedeac5499c2683eaad4fe4 100644 (file)
@@ -239,7 +239,7 @@ USA.
 \f
 #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",                       \
index 4e6892c153088320e0afba8c7c7b91d237cfc0e2..cca842a327ca43f100da227f3ff26b789714963f 100644 (file)
@@ -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 ();