aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 09:25:52 -0800
committerPaul Eggert2011-03-08 09:25:52 -0800
commit630d6892438c5fff742a0dddb0692d2a991418e2 (patch)
tree9fc91f3ba31e21797fbb5c2f396ec86a6decf6d5 /src/ChangeLog
parent5b555da1c99bc5b266727fa532c2f89eb8d033dd (diff)
downloademacs-630d6892438c5fff742a0dddb0692d2a991418e2.tar.gz
emacs-630d6892438c5fff742a0dddb0692d2a991418e2.zip
* bidi.c (BIDI_BOB): Remove unused macro.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4bf04043ab9..3375d985a41 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -80,6 +80,7 @@
80 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros. 80 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
81 81
82 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. 82 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
83 (BIDI_BOB): Remove unused macro.
83 84
842011-03-06 Chong Yidong <cyd@stupidchicken.com> 852011-03-06 Chong Yidong <cyd@stupidchicken.com>
85 86