aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-11 12:33:04 +0400
committerDmitry Antipov2012-07-11 12:33:04 +0400
commit2bce56431c1e974327e08e93a63c9b1531918afe (patch)
treeae5802c86914ceaab39c2bb443e52833a38d373e /src/ChangeLog
parent4b575b3c9d8050b9fba20fa704d6e2d81414e2e6 (diff)
downloademacs-2bce56431c1e974327e08e93a63c9b1531918afe.tar.gz
emacs-2bce56431c1e974327e08e93a63c9b1531918afe.zip
Simplify Vobarray checking in oblookup.
* lread.c (oblookup): Simplify Vobarray checking.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index de97c08c6fc..ae0d7982bae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,8 @@
4 * lisp.h (intern, intern_c_string): Redefine as static inline 4 * lisp.h (intern, intern_c_string): Redefine as static inline
5 wrappers for intern_1 and intern_c_string_1, respectively. 5 wrappers for intern_1 and intern_c_string_1, respectively.
6 (intern_1, intern_c_string_1): Rename prototypes. 6 (intern_1, intern_c_string_1): Rename prototypes.
7 * lread.c (intern_1, intern_c_string_1): Simplify Vobarray checking. 7 * lread.c (intern_1, intern_c_string_1, oblookup): Simplify
8 Vobarray checking.
8 * font.c (font_intern_prop): Likewise. Adjust comment. 9 * font.c (font_intern_prop): Likewise. Adjust comment.
9 * w32font.c (intern_font_name): Likewise. 10 * w32font.c (intern_font_name): Likewise.
10 11