diff options
| author | Glenn Morris | 2012-01-10 15:37:10 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-01-10 15:37:10 -0500 |
| commit | 74cc8ff926ea050855f36d0112f4d8e865336dfb (patch) | |
| tree | 246eeb2648be3a0cede6b5ec1fc5a7f9fd8adf83 /src/ChangeLog | |
| parent | cd394be17755d8248ba01ea7ba8502a31f1ce71a (diff) | |
| download | emacs-74cc8ff926ea050855f36d0112f4d8e865336dfb.tar.gz emacs-74cc8ff926ea050855f36d0112f4d8e865336dfb.zip | |
* src/emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
This confusingly-named variable is typically nil in an installed Emacs,
and in an uninstalled Emacs points to the build directory, rather
than eg the target installation directory. Yay.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 83e703e80a1..e359924e8f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-01-10 Glenn Morris <rgm@gnu.org> | 1 | 2012-01-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs.c (syms_of_emacs) <installation-directory>: Doc fix. | ||
| 4 | |||
| 3 | * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC): | 5 | * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC): |
| 4 | Update template values to be closer to their typical values these days. | 6 | Update template values to be closer to their typical values these days. |
| 5 | 7 | ||