aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAndrew Innes2003-01-15 12:01:14 +0000
committerAndrew Innes2003-01-15 12:01:14 +0000
commitdf07339abb72bacf8538628d5abcbbdfd4e0e54d (patch)
tree550041416dac56d64b0b8652fcd1d37d078924b9 /lisp
parentadc55deaa5e0496d50042dd5a6bd4d0c41e09c78 (diff)
downloademacs-df07339abb72bacf8538628d5abcbbdfd4e0e54d.tar.gz
emacs-df07339abb72bacf8538628d5abcbbdfd4e0e54d.zip
Include lisp/textmodes in load-path for bootstrap
emacs, to resolve ispell menu reference.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/loadup.el3
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 @@
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