aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 7cf6fee4252..4b538d130e7 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -513,7 +513,7 @@ It is the default value of the variable `top-level'."
513 (let ((default-directory dir)) 513 (let ((default-directory dir))
514 (load (expand-file-name "subdirs.el") t t t)) 514 (load (expand-file-name "subdirs.el") t t t))
515 ;; Do not scan standard directories that won't contain a leim-list.el. 515 ;; Do not scan standard directories that won't contain a leim-list.el.
516 ;; http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html 516 ;; https://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html
517 ;; (Except the preloaded one in lisp/leim.) 517 ;; (Except the preloaded one in lisp/leim.)
518 (or (string-prefix-p lispdir dir) 518 (or (string-prefix-p lispdir dir)
519 (let ((default-directory dir)) 519 (let ((default-directory dir))
@@ -1371,7 +1371,7 @@ the `--debug-init' option to view a complete error backtrace."
1371 ;; trying to load gnus could load the wrong file. 1371 ;; trying to load gnus could load the wrong file.
1372 ;; OK, it would not matter if .emacs.d were at the end of load-path. 1372 ;; OK, it would not matter if .emacs.d were at the end of load-path.
1373 ;; but for the sake of simplicity, we discourage it full-stop. 1373 ;; but for the sake of simplicity, we discourage it full-stop.
1374 ;; Ref eg http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00056.html 1374 ;; Ref eg https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00056.html
1375 ;; 1375 ;;
1376 ;; A bad element could come from user-emacs-file, the command line, 1376 ;; A bad element could come from user-emacs-file, the command line,
1377 ;; or EMACSLOADPATH, so we basically always have to check. 1377 ;; or EMACSLOADPATH, so we basically always have to check.