aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-12-16 14:49:14 -0800
committerPaul Eggert2014-12-16 14:50:01 -0800
commit005b86c0d061dab4279c74c45368a557733433a1 (patch)
tree2034b9a496165a2a4c314c1ee214ca6061c3e2fa /src/ChangeLog
parent0a3e2cfcbbf09abe6a550eeb1620a66a8e3d0245 (diff)
downloademacs-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/ChangeLog6
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 @@
12014-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
12014-12-15 Stefan Monnier <monnier@iro.umontreal.ca> 72014-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.