mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
Include lisp/textmodes in load-path for bootstrap
emacs, to resolve ispell menu reference.
This commit is contained in:
parent
adc55deaa5
commit
df07339abb
@ -40,7 +40,8 @@
|
||||
(setq load-path (list path
|
||||
(expand-file-name "emacs-lisp" path)
|
||||
(expand-file-name "language" path)
|
||||
(expand-file-name "international" path)))))
|
||||
(expand-file-name "international" path)
|
||||
(expand-file-name "textmodes" path)))))
|
||||
|
||||
(message "Using load-path %s" load-path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user