diff options
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index e2f9953f7c7..0a4f672b9f2 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1347,7 +1347,7 @@ is non-nil)." ;; Shouldn't really happen, but sometimes does, ;; eg on Debian systems with buggy packages; ;; so may as well try it. - ;; https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00005.html + ;; https://lists.gnu.org/r/emacs-devel/2012-03/msg00005.html (progn (setq file (expand-file-name "dir.gz" truename)) (file-attributes file))))) (setq dirs-done |