changeset 49257:a456fbd1c87d

Include lisp/textmodes in load-path for bootstrap emacs, to resolve ispell menu reference.
author Andrew Innes <andrewi@gnu.org>
date Wed, 15 Jan 2003 12:01:14 +0000
parents f436cdd6285f
children eea4a0604c4a
files lisp/loadup.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Wed Jan 15 10:14:14 2003 +0000
+++ b/lisp/loadup.el	Wed Jan 15 12:01:14 2003 +0000
@@ -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)