From 1198514be7faa6b137174b8e4e5df117277ddf50 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 14 Sep 2000 21:13:08 +0000 Subject: [PATCH] Comment out before-init-hook function which resets source-directory based; this breaks bootstrap. --- lisp/w32-fns.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2