aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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