+2005-10-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * startup.el (command-line): Use ~/.emacs.d/init.el instead of
+ ~/.emacs.d/.emacs.
+
2005-10-29 Richard M. Stallman <rms@gnu.org>
* replace.el (occur-mode-mouse-goto): Always go to other window.
(when (eq user-init-file t)
;; If we did not find ~/.emacs, try
- ;; ~/.emacs.d/.emacs.
+ ;; ~/.emacs.d/init.el.
(let ((otherfile
(expand-file-name
- (file-name-nondirectory user-init-file-1)
+ "init"
(file-name-as-directory
- (expand-file-name
- ".emacs.d"
- (file-name-directory user-init-file-1))))))
+ (concat "~" init-file-user "/.emacs.d")))))
(load otherfile t t)
;; If we did not find the user's init file,