emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116445: * lisp/info.el (info-initialize): Revert 20


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116445: * lisp/info.el (info-initialize): Revert 2014-01-10 change.
Date: Sat, 15 Feb 2014 03:58:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116445
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-14 19:58:38 -0800
message:
  * lisp/info.el (info-initialize): Revert 2014-01-10 change.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/info.el                   info.el-20091113204419-o5vbwnq5f7feedwu-261
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-14 07:36:42 +0000
+++ b/lisp/ChangeLog    2014-02-15 03:58:38 +0000
@@ -1,3 +1,7 @@
+2014-02-15  Glenn Morris  <address@hidden>
+
+       * info.el (info-initialize): Revert 2014-01-10 change.
+
 2014-02-14  Glenn Morris  <address@hidden>
 
        * replace.el (map-query-replace-regexp)

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2014-02-10 01:34:22 +0000
+++ b/lisp/info.el      2014-02-15 03:58:38 +0000
@@ -732,14 +732,6 @@
                             (Info-default-dirs))
                   (split-string path sep))
               (Info-default-dirs))))
-      ;; If we are running uninstalled, our own Info files should
-      ;; always come first.  If INFOPATH was set, they might not.
-      (and path
-          installation-directory
-          (let ((dir (expand-file-name "info/" installation-directory)))
-            (when (file-directory-p dir)
-              (setq Info-directory-list (delete dir Info-directory-list))
-              (push dir Info-directory-list))))
       ;; For a self-contained (ie relocatable) NS build, AFAICS we
       ;; always want the included info directory to be at the head of
       ;; the search path, unless it's already in INFOPATH somewhere.


reply via email to

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