summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-09-14 21:13:08 +0000
committerAndrew Innes <andrewi@gnu.org>2000-09-14 21:13:08 +0000
commit1198514be7faa6b137174b8e4e5df117277ddf50 (patch)
tree5a21cfdfd4806feeef48cfca38109250a0551f1f /lisp/w32-fns.el
parent2a32b5ea15cb909f640d0aea331164bffd39658d (diff)
downloademacs-1198514be7faa6b137174b8e4e5df117277ddf50.tar.gz
Comment out before-init-hook function which resets
source-directory based; this breaks bootstrap.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r--lisp/w32-fns.el8
1 files 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