diff options
| author | Paul Eggert | 2014-12-16 14:49:14 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-16 14:50:01 -0800 |
| commit | 005b86c0d061dab4279c74c45368a557733433a1 (patch) | |
| tree | 2034b9a496165a2a4c314c1ee214ca6061c3e2fa /src/ChangeLog | |
| parent | 0a3e2cfcbbf09abe6a550eeb1620a66a8e3d0245 (diff) | |
| download | emacs-005b86c0d061dab4279c74c45368a557733433a1.tar.gz emacs-005b86c0d061dab4279c74c45368a557733433a1.zip | |
* lread.c (init_obarray): Declare Qt as special.
This fixes a typo in the 2012-05-15 patch that
tried to declare Qt as special.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 596ae25c649..aa8adabfede 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-12-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lread.c (init_obarray): Declare Qt as special. | ||
| 4 | This fixes a typo in the 2012-05-15 patch that | ||
| 5 | tried to declare Qt as special. | ||
| 6 | |||
| 1 | 2014-12-15 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-12-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | Various fixes to use bool type and constants. | 9 | Various fixes to use bool type and constants. |