Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5d645ea4
Commit
5d645ea4
authored
Feb 14, 2014
by
Glenn Morris
Browse files
* lisp/info.el (info-initialize): Revert 2014-01-10 change.
parent
ab837c60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/info.el
lisp/info.el
+0
-8
No files found.
lisp/ChangeLog
View file @
5d645ea4
2014-02-15 Glenn Morris <rgm@gnu.org>
* info.el (info-initialize): Revert 2014-01-10 change.
2014-02-14 Glenn Morris <rgm@gnu.org>
* replace.el (map-query-replace-regexp)
...
...
lisp/info.el
View file @
5d645ea4
...
...
@@ -732,14 +732,6 @@ in `Info-file-supports-index-cookies-list'."
(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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment