comparison lisp/term/mac-win.el @ 67090:a9abf9b53bef

Don't change default directory.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 23 Nov 2005 07:19:59 +0000
parents bfc846e38bba
children 6c0071d00d11
comparison
equal deleted inserted replaced
67089:3eac7486ff05 67090:a9abf9b53bef
1960 (dolist (v '(system-name 1960 (dolist (v '(system-name
1961 emacs-build-system ; Mac OS 9 version cannot dump 1961 emacs-build-system ; Mac OS 9 version cannot dump
1962 user-login-name user-real-login-name user-full-name)) 1962 user-login-name user-real-login-name user-full-name))
1963 (set v (decode-coding-string (symbol-value v) mac-system-coding-system)))) 1963 (set v (decode-coding-string (symbol-value v) mac-system-coding-system))))
1964 1964
1965 ;; If Emacs is started from the Finder, change the default directory 1965 ;; Now the default directory is changed to the user's home directory
1966 ;; to the user's home directory. 1966 ;; in emacs.c if invoked from the WindowServer (with -psn_* option).
1967 (if (string= default-directory "/") 1967 ;; (if (string= default-directory "/")
1968 (cd "~")) 1968 ;; (cd "~"))
1969 1969
1970 ;; Darwin 6- pty breakage is now controlled from the C code so that 1970 ;; Darwin 6- pty breakage is now controlled from the C code so that
1971 ;; it applies to all builds on darwin. See s/darwin.h PTY_ITERATION. 1971 ;; it applies to all builds on darwin. See s/darwin.h PTY_ITERATION.
1972 ;; (setq process-connection-type t) 1972 ;; (setq process-connection-type t)
1973 1973