Mercurial > emacs
comparison lisp/loadup.el @ 49257:a456fbd1c87d
Include lisp/textmodes in load-path for bootstrap
emacs, to resolve ispell menu reference.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 15 Jan 2003 12:01:14 +0000 |
parents | 361a553249c0 |
children | bdea33173bb5 |
comparison
equal
deleted
inserted
replaced
49256:f436cdd6285f | 49257:a456fbd1c87d |
---|---|
38 ;; We'll probably overflow the pure space. | 38 ;; We'll probably overflow the pure space. |
39 (setq purify-flag nil) | 39 (setq purify-flag nil) |
40 (setq load-path (list path | 40 (setq load-path (list path |
41 (expand-file-name "emacs-lisp" path) | 41 (expand-file-name "emacs-lisp" path) |
42 (expand-file-name "language" path) | 42 (expand-file-name "language" path) |
43 (expand-file-name "international" path))))) | 43 (expand-file-name "international" path) |
44 (expand-file-name "textmodes" path))))) | |
44 | 45 |
45 (message "Using load-path %s" load-path) | 46 (message "Using load-path %s" load-path) |
46 | 47 |
47 ;; We don't want to have any undo records in the dumped Emacs. | 48 ;; We don't want to have any undo records in the dumped Emacs. |
48 (buffer-disable-undo "*scratch*") | 49 (buffer-disable-undo "*scratch*") |