[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/startup.el [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/startup.el [lexbind] |
Date: |
Sat, 04 Sep 2004 05:49:39 -0400 |
Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.298.2.7 emacs/lisp/startup.el:1.298.2.8
*** emacs/lisp/startup.el:1.298.2.7 Sat Sep 4 09:26:22 2004
--- emacs/lisp/startup.el Sat Sep 4 09:28:13 2004
***************
*** 348,356 ****
;; `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))
--- 348,353 ----