aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-08-10 13:37:43 +0400
committerDmitry Antipov2012-08-10 13:37:43 +0400
commit42b3a444365f6fdafb128971496bd2b48249f635 (patch)
treedb92762a5774b35c457b6904bed9702a95519184 /src/ChangeLog
parent9fb0c957319ac71aca7b668bd3ee781590f59b19 (diff)
downloademacs-42b3a444365f6fdafb128971496bd2b48249f635.tar.gz
emacs-42b3a444365f6fdafb128971496bd2b48249f635.zip
Use common inline syntax in intervals.h.
* intervals.h (INTERVALS_INLINE): New macro. Change all users from LISP_INLINE.
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 ec53ff2a264..f6874ff9c19 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12012-08-10 Dmitry Antipov <dmantipov@yandex.ru> 12012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Use common inline syntax in intervals.h.
4 * intervals.h (INTERVALS_INLINE): New macro.
5 Change all users from LISP_INLINE.
6
72012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
8
3 Define Qnone once for all platforms. 9 Define Qnone once for all platforms.
4 * frame.c (Qnone): Define here. 10 * frame.c (Qnone): Define here.
5 (syms_of_frame): DEFSYM it. 11 (syms_of_frame): DEFSYM it.