Mercurial > emacs
changeset 31616:4c03111f81ac
Comment out before-init-hook function which resets
source-directory based; this breaks bootstrap.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 14 Sep 2000 21:13:08 +0000 |
parents | ac11164b9357 |
children | 3ed336667dbc |
files | lisp/w32-fns.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/w32-fns.el Thu Sep 14 20:20:51 2000 +0000 +++ b/lisp/w32-fns.el Thu Sep 14 21:13:08 2000 +0000 @@ -223,10 +223,10 @@ ;;; 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