]> code.delx.au - gnu-emacs/blobdiff - lisp/info.el
* lisp/info.el (Info-default-directory-list): Remove obsolete suffixes.
[gnu-emacs] / lisp / info.el
index ae46fba25b965dba4c0a35014dde2f1849be694b..5a1cec11dd2dbef405975ec52574c00dfc37d5bc 100644 (file)
@@ -192,12 +192,8 @@ A header-line does not scroll with the rest of the buffer."
          (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/")))
         (suffixes
          ;; Subdirectories in each directory tree that may contain info
-         ;; directories.  Most of these are rather outdated.
-         ;; It ought to be fine to stop checking the "emacs" ones now,
-         ;; since this is Emacs and we have not installed info files
-         ;; into such directories for a looong time...
-         '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/"
-           "emacs/" "lib/" "lib/emacs/"))
+         ;; directories.
+         '("share/" ""))
         (standard-info-dirs
          (apply #'nconc
                 (mapcar (lambda (pfx)