diff options
| author | Glenn Morris | 2012-06-30 14:10:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-30 14:10:50 -0700 |
| commit | ca26824cb07d494481a14fea1642d38ad6c2a9e4 (patch) | |
| tree | c0a3d299f228fd444741729ea0549c1927f96582 /src/ChangeLog | |
| parent | 9ff8f76bbca43e021f842b24493885f1c034f6a4 (diff) | |
| download | emacs-ca26824cb07d494481a14fea1642d38ad6c2a9e4.tar.gz emacs-ca26824cb07d494481a14fea1642d38ad6c2a9e4.zip | |
Make --no-site-lisp work for --enable-locallisppath elements
without "site-lisp" in the name.
Ref http://debbugs.gnu.org/10208#25, point iii).
* configure.in (standardlisppath): New output variable.
(lisppath): Use standardlisppath.
* Makefile.in (standardlisppath): New, set by configure.
(epaths-force): Use standardlisppath and locallisppath rather than lisppath.
* src/epaths.in (PATH_SITELOADSEARCH): New.
* src/lread.c (init_lread): Use PATH_SITELOADSEARCH.
* nt/paths.h (PATH_SITELOADSEARCH): New.
Fixes: debbugs:11658
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b79319a70ff..2391a9b7022 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-06-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * epaths.in (PATH_SITELOADSEARCH): New. | ||
| 4 | * lread.c (init_lread): Use PATH_SITELOADSEARCH. | ||
| 5 | This is rather than relying on --enable-locallisppath elements | ||
| 6 | having "site-lisp" in their names. (Bug#10208#25, 11658) | ||
| 7 | |||
| 1 | 2012-06-30 Eli Zaretskii <eliz@gnu.org> | 8 | 2012-06-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * w32proc.c (sys_select): Accept and ignore one more argument. | 10 | * w32proc.c (sys_select): Accept and ignore one more argument. |