emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el [emacs-unicode-2]
Date: Sat, 04 Sep 2004 05:37:21 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.321.2.4 emacs/lisp/startup.el:1.321.2.5
*** emacs/lisp/startup.el:1.321.2.4     Fri Aug 27 07:00:26 2004
--- emacs/lisp/startup.el       Sat Sep  4 09:14:25 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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]