]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment out before-init-hook function which resets
authorAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:13:08 +0000 (21:13 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:13:08 +0000 (21:13 +0000)
source-directory based; this breaks bootstrap.

lisp/w32-fns.el

index d8a7858c90d212a97dc84df015ff85e2253a63a8..ea8f6ffbdddb5e1ef0e79231ed681063938b08e8 100644 (file)
@@ -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