# HG changeset patch # User Andrew Innes # Date 1042632074 0 # Node ID a456fbd1c87dc75301e2d33605adf270876bb8fc # Parent f436cdd6285fd425513e79265ff4efe66d16aa97 Include lisp/textmodes in load-path for bootstrap emacs, to resolve ispell menu reference. diff -r f436cdd6285f -r a456fbd1c87d lisp/loadup.el --- 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)