diff options
author | Andrew Innes <andrewi@gnu.org> | 2003-01-15 12:01:14 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2003-01-15 12:01:14 +0000 |
commit | df07339abb72bacf8538628d5abcbbdfd4e0e54d (patch) | |
tree | 550041416dac56d64b0b8652fcd1d37d078924b9 /lisp/loadup.el | |
parent | adc55deaa5e0496d50042dd5a6bd4d0c41e09c78 (diff) | |
download | emacs-df07339abb72bacf8538628d5abcbbdfd4e0e54d.tar.gz |
Include lisp/textmodes in load-path for bootstrap
emacs, to resolve ispell menu reference.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 0d4bab0e26c..5c33e02cbc7 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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) |