]> git.eshelyaron.com Git - emacs.git/commitdiff
Include lisp/textmodes in load-path for bootstrap
authorAndrew Innes <andrewi@gnu.org>
Wed, 15 Jan 2003 12:01:14 +0000 (12:01 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 15 Jan 2003 12:01:14 +0000 (12:01 +0000)
emacs, to resolve ispell menu reference.

lisp/loadup.el

index 0d4bab0e26cbc59428ed8004bf460bbc30b63028..5c33e02cbc74db4484f570b4fb528c4d4f70c95e 100644 (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)