diff options
| author | Paul Eggert | 2014-09-10 13:56:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-10 13:56:05 -0700 |
| commit | d1bed1f79107c8377ffaea160acd815008fab4f7 (patch) | |
| tree | f9244ba7ada14e100ec76503ed9c2e29e12aa8d9 /src/ChangeLog | |
| parent | 1014b530f59b332e9ae53c1d0d90f6074b1fca6c (diff) | |
| download | emacs-d1bed1f79107c8377ffaea160acd815008fab4f7.tar.gz emacs-d1bed1f79107c8377ffaea160acd815008fab4f7.zip | |
Simplify lisp.h by removing the __COUNTER__ business.
Problem reported by Dmitry Antipov in:
http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00220.html
* lisp.h (make_local_vector, make_local_string)
(build_local_string): Simplify by not bothering with __COUNTER__.
The __COUNTER__ business wasn't working properly, and was needed
only for hypothetical future expansion anyway.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5498a07a0da..50f5fb8ca1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-09-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify lisp.h by removing the __COUNTER__ business. | ||
| 4 | Problem reported by Dmitry Antipov in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00220.html | ||
| 6 | * lisp.h (make_local_vector, make_local_string) | ||
| 7 | (build_local_string): Simplify by not bothering with __COUNTER__. | ||
| 8 | The __COUNTER__ business wasn't working properly, and was needed | ||
| 9 | only for hypothetical future expansion anyway. | ||
| 10 | |||
| 1 | 2014-09-10 Alp Aker <alp.tekin.aker@gmail.com> | 11 | 2014-09-10 Alp Aker <alp.tekin.aker@gmail.com> |
| 2 | 12 | ||
| 3 | * nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other | 13 | * nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other |