diff options
| author | Dmitry Antipov | 2014-10-03 09:31:17 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-10-03 09:31:17 +0400 |
| commit | 955d5d047d1e15546bd9c548c0b966cb73300144 (patch) | |
| tree | 89c22d691846adc3da36c4cd1ccfd2a46a42e901 /src/ChangeLog | |
| parent | 6846b0036a0ff938d93c2d4df0f177dab3e06623 (diff) | |
| download | emacs-955d5d047d1e15546bd9c548c0b966cb73300144.tar.gz emacs-955d5d047d1e15546bd9c548c0b966cb73300144.zip | |
* fileio.c (emacs_readlinkat, Finsert_file_contents):
* w32fns.c, xfns.c (x_create_tip_frame): Use AUTO_STRING.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6a4ef3a1dd9..3b263892c1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,9 @@ | |||
| 9 | Adjust users. | 9 | Adjust users. |
| 10 | * gmalloc.c (min): Tiny style change. | 10 | * gmalloc.c (min): Tiny style change. |
| 11 | 11 | ||
| 12 | * fileio.c (emacs_readlinkat, Finsert_file_contents): | ||
| 13 | * w32fns.c, xfns.c (x_create_tip_frame): Use AUTO_STRING. | ||
| 14 | |||
| 12 | 2014-10-03 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2014-10-03 Paul Eggert <eggert@cs.ucla.edu> |
| 13 | 16 | ||
| 14 | Fix x-focus-frame bug with "Not an in-range integer" (Bug#18586). | 17 | Fix x-focus-frame bug with "Not an in-range integer" (Bug#18586). |