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