From: Richard M. Stallman Date: Fri, 3 Sep 2004 17:23:42 +0000 (+0000) Subject: (normal-top-level): Undo previous TERM change. X-Git-Tag: ttn-vms-21-2-B4~5086 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/b4fab893cc4fb88a74e6ee203d77ac9bcd35c393 (normal-top-level): Undo previous TERM change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29b8f3fa81..68eac702a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-03 Richard M. Stallman + + * startup.el (normal-top-level): Undo previous TERM change. + 2004-09-03 Kim F. Storm * emulation/cua-rect.el (cua--overlay-keymap): New keymap for diff --git a/lisp/startup.el b/lisp/startup.el index c1b25b1867..f376fe5e0e 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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))