Mercurial > emacs
diff lisp/startup.el @ 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 | ef128b3bd510 |
children | 5ce2d0959cd2 8a6fd1c164cd 3219f94257bc |
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))