From: Andrew Innes Date: Thu, 14 Sep 2000 21:13:08 +0000 (+0000) Subject: Comment out before-init-hook function which resets X-Git-Tag: emacs-pretest-21.0.90~1608 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1198514be7faa6b137174b8e4e5df117277ddf50;p=emacs.git Comment out before-init-hook function which resets source-directory based; this breaks bootstrap. --- diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index d8a7858c90d..ea8f6ffbddd 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -223,10 +223,10 @@ You should set this to t when using a non-system shell.\n\n")))) ;;; source-directory, set it to something that is a reasonable approximation ;;; on the user's machine. -(add-hook 'before-init-hook - '(lambda () - (setq source-directory (file-name-as-directory - (expand-file-name ".." exec-directory))))) +;(add-hook 'before-init-hook +; '(lambda () +; (setq source-directory (file-name-as-directory +; (expand-file-name ".." exec-directory))))) ;; Avoid creating auto-save file names containing invalid characters. (fset 'original-make-auto-save-file-name