diff options
| author | Eli Zaretskii | 2011-02-02 18:28:24 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-02 18:28:24 +0200 |
| commit | d9f1f55ed7e8455fdcff0dfc49e8538e03d90304 (patch) | |
| tree | c37189470c2059ac64a2f7cdfb58465b656e5b57 /lib-src/ChangeLog | |
| parent | bc35ff325b150d01e6858358e625dcdb6374fb37 (diff) | |
| download | emacs-d9f1f55ed7e8455fdcff0dfc49e8538e03d90304.tar.gz emacs-d9f1f55ed7e8455fdcff0dfc49e8538e03d90304.zip | |
Make "etags --version" on Windows produce the same as on Posix platforms.
makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add
``-DEMACS_NAME="\"GNU Emacs\""''.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2f56eb8d87a..9170719e09c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-02-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add | ||
| 4 | ``-DEMACS_NAME="\"GNU Emacs\""''. | ||
| 5 | |||
| 1 | 2011-01-31 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-01-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (VERSION): Don't define, defined on nt/config.nt. | 8 | * makefile.w32-in (VERSION): Don't define, defined on nt/config.nt. |