changeset 56903:e4b0dc013442

(normal-top-level): Undo previous TERM change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Sep 2004 17:23:29 +0000
parents 8d62e1b62c44
children 19a3e391c2b7
files lisp/startup.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Fri Sep 03 12:33:54 2004 +0000
+++ b/lisp/startup.el	Fri Sep 03 17:23:29 2004 +0000
@@ -348,9 +348,6 @@
     ;; `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))