1
0
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:
Andrew Innes 2003-01-15 12:01:14 +00:00
parent adc55deaa5
commit df07339abb

View File

@ -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)