]> code.delx.au - gnu-emacs/commitdiff
(normal-top-level): Undo previous TERM change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 2004 17:23:42 +0000 (17:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Sep 2004 17:23:42 +0000 (17:23 +0000)
lisp/ChangeLog
lisp/startup.el

index 29b8f3fa81c3f5a09db871bb4df266283e30d7d9..68eac702a2c4f8288c7c3ed525197c84027fc1cf 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-03  Richard M. Stallman  <rms@gnu.org>
+
+       * startup.el (normal-top-level): Undo previous TERM change.
+
 2004-09-03  Kim F. Storm  <storm@cua.dk>
 
        * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
index c1b25b1867de763cd7d870f42cd045e19b5870e1..f376fe5e0e15884d67d8b7795389eea5e441d4ca 100644 (file)
@@ -348,9 +348,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
     ;; `user-full-name' is now known; reset its standard-value here.
     (put 'user-full-name 'standard-value
         (list (default-value 'user-full-name)))
-    ;; Subprocesses of Emacs do not have direct access to the terminal,
-    ;; so unless told otherwise they should only assume a dumb terminal.
-    (setenv "TERM" "dumb")
     ;; For root, preserve owner and group when editing files.
     (if (equal (user-uid) 0)
        (setq backup-by-copying-when-mismatch t))