diff options
| author | Glenn Morris | 2012-05-26 14:23:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-26 14:23:28 -0700 |
| commit | eb7afdaddc286b57253cf0cd643b2ea594fb130c (patch) | |
| tree | e8ad9cb021a21127b91467e8a7057027978ca4ce /lisp/ChangeLog | |
| parent | 04188bb9ad26b7e79625571fbef39b304449496a (diff) | |
| download | emacs-eb7afdaddc286b57253cf0cd643b2ea594fb130c.tar.gz emacs-eb7afdaddc286b57253cf0cd643b2ea594fb130c.zip | |
Don't mess with INFOPATH in ns builds
It's not necessary, and would break if INFOPATH was already set (bug#2791).
Ref also
http://lists.gnu.org/archive/html/emacs-devel/2009-05/msg00035.html
http://lists.gnu.org/archive/html/emacs-devel/2005-06/msg00064.html
* lisp/paths.el (Info-default-directory-list):
* lisp/info.el (info-initialize): For self-contained NS builds, put the
included info/ directory at the front.
* src/nsterm.m (ns_init_paths): Don't mess with INFOPATH.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48cc0ca22ae..918048ce62f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-05-26 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-26 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * paths.el (Info-default-directory-list): | ||
| 4 | * info.el (info-initialize): For self-contained NS builds, put the | ||
| 5 | included info/ directory at the front. (Bug#2791) | ||
| 6 | |||
| 3 | * paths.el (Info-default-directory-list): Make it a defcustom, | 7 | * paths.el (Info-default-directory-list): Make it a defcustom, |
| 4 | mainly so that we can use custom-initialize-delay. | 8 | mainly so that we can use custom-initialize-delay. |
| 5 | 9 | ||