1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 13:00:51 -07:00

(normal-top-level): Undo previous TERM change.

This commit is contained in:
Richard M. Stallman 2004-09-03 17:23:42 +00:00
parent 1e71278bd3
commit b4fab893cc
2 changed files with 4 additions and 3 deletions

View 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

View 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))