1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

Comment out before-init-hook function which resets

source-directory based; this breaks bootstrap.
This commit is contained in:
Andrew Innes 2000-09-14 21:13:08 +00:00
parent 2a32b5ea15
commit 1198514be7

View 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