emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el
Date: Wed, 23 Nov 2005 02:19:59 -0500

Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.55 emacs/lisp/term/mac-win.el:1.56
*** emacs/lisp/term/mac-win.el:1.55     Sun Oct 16 02:21:16 2005
--- emacs/lisp/term/mac-win.el  Wed Nov 23 07:19:59 2005
***************
*** 1962,1971 ****
               user-login-name user-real-login-name user-full-name))
      (set v (decode-coding-string (symbol-value v) mac-system-coding-system))))
  
! ;; If Emacs is started from the Finder, change the default directory
! ;; to the user's home directory.
! (if (string= default-directory "/")
!     (cd "~"))
  
  ;; Darwin 6- pty breakage is now controlled from the C code so that
  ;; it applies to all builds on darwin.  See s/darwin.h PTY_ITERATION.
--- 1962,1971 ----
               user-login-name user-real-login-name user-full-name))
      (set v (decode-coding-string (symbol-value v) mac-system-coding-system))))
  
! ;; Now the default directory is changed to the user's home directory
! ;; in emacs.c if invoked from the WindowServer (with -psn_* option).
! ;; (if (string= default-directory "/")
! ;;     (cd "~"))
  
  ;; Darwin 6- pty breakage is now controlled from the C code so that
  ;; it applies to all builds on darwin.  See s/darwin.h PTY_ITERATION.




reply via email to

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