mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
Include lisp/textmodes in load-path for bootstrap
emacs, to resolve ispell menu reference.
This commit is contained in:
parent
adc55deaa5
commit
df07339abb
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue