emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2a2c6ee: * lisp/info.el (Info-default-directory-lis


From: Glenn Morris
Subject: [Emacs-diffs] master 2a2c6ee: * lisp/info.el (Info-default-directory-list): Don't check /share, info.
Date: Thu, 26 May 2016 19:46:19 +0000 (UTC)

branch: master
commit 2a2c6ee8d18267c16e3953194c6066d9a22b88a5
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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
---
 lisp/info.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/info.el b/lisp/info.el
index 5a1cec1..70d218f 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]