diff options
| author | Dmitry Antipov | 2012-07-11 11:37:39 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-11 11:37:39 +0400 |
| commit | e8df92674d0b73d4b32b467b9a1607e58b5f7a7d (patch) | |
| tree | 5b5d42310b419ece1ed4d0354d8c42f279b76daf /src/ChangeLog | |
| parent | 09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46 (diff) | |
| download | emacs-e8df92674d0b73d4b32b467b9a1607e58b5f7a7d.tar.gz emacs-e8df92674d0b73d4b32b467b9a1607e58b5f7a7d.zip | |
Minor adjustments to interning code.
* lisp.h (intern, intern_c_string): Redefine as static inline
wrappers for intern_1 and intern_c_string_1, respectively.
(intern_1, intern_c_string_1): Rename prototypes.
* lread.c (intern_1, intern_c_string_1): Simplify Vobarray checking.
* font.c (font_intern_prop): Likewise. Adjust comment.
* w32font.c (intern_font_name): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5542d1db0f1..eb28180b7c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Minor adjustments to interning code. | ||
| 4 | * lisp.h (intern, intern_c_string): Redefine as static inline | ||
| 5 | wrappers for intern_1 and intern_c_string_1, respectively. | ||
| 6 | (intern_1, intern_c_string_1): Rename prototypes. | ||
| 7 | * lread.c (intern_1, intern_c_string_1): Simplify Vobarray checking. | ||
| 8 | * font.c (font_intern_prop): Likewise. Adjust comment. | ||
| 9 | * w32font.c (intern_font_name): Likewise. | ||
| 10 | |||
| 1 | 2012-07-11 Andreas Schwab <schwab@linux-m68k.org> | 11 | 2012-07-11 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 12 | ||
| 3 | * gnutls.c (Fgnutls_boot): Properly parse :keylist argument. | 13 | * gnutls.c (Fgnutls_boot): Properly parse :keylist argument. |