diff options
| author | Glenn Morris | 2012-07-31 21:43:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-31 21:43:08 -0400 |
| commit | 5c0c0e8a1a3eeb60e58e9dc4b043a8db3e72ca3e (patch) | |
| tree | ba7f87ad74ff21e06e5c17cffcfacfefe4b68113 /src/ChangeLog | |
| parent | 552a99b4cb5474337048053c2e7f0dd9eef9b1cb (diff) | |
| download | emacs-5c0c0e8a1a3eeb60e58e9dc4b043a8db3e72ca3e.tar.gz emacs-5c0c0e8a1a3eeb60e58e9dc4b043a8db3e72ca3e.zip | |
Move definitions of directory and device separators to configure
* configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
Move here from src/lisp.h.
* src/lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
Move to configure.ac.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bf172320eed..c810675c4a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP): | ||
| 4 | Move to configure.ac. | ||
| 5 | |||
| 1 | 2012-08-01 Juanma Barranquero <lekktu@gmail.com> | 6 | 2012-08-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (CONFIG_H): Update dependencies. | 8 | * makefile.w32-in (CONFIG_H): Update dependencies. |