From: Glenn Morris Date: Thu, 26 May 2016 19:46:06 +0000 (-0400) Subject: * lisp/info.el (Info-default-directory-list): Don't check /share,info. X-Git-Tag: emacs-26.0.90~1888^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a2c6ee8d18267c16e3953194c6066d9a22b88a5;p=emacs.git * lisp/info.el (Info-default-directory-list): Don't check /share,info. No-one puts info pages there. If /share does exist, it's likely to contain remote file systems where access could be slow. ; Ref eg https://bugs.debian.org/786707 --- diff --git a/lisp/info.el b/lisp/info.el index 5a1cec11dd2..70d218fbca2 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -189,7 +189,7 @@ A header-line does not scroll with the rest of the buffer." configure-info-directory))) (prefixes ;; Directory trees in which to look for info subdirectories - (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) + (prune-directory-list '("/usr/local/" "/usr/" "/opt/"))) (suffixes ;; Subdirectories in each directory tree that may contain info ;; directories.