Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4355:a2af1ff1761f
Provide a DEFAULT argument in #'intern-soft.
2007-12-24 Aidan Kehoe <kehoea@parhasard.net>
* symbols.c (Fintern_soft):
Provide a new optional third argument, DEFAULT, for those who want
to check if "nil" is a symbol or not. (More realistically, general
code that may get handed "nil" should probably use this argument.)
* keymap.c (define_key_check_and_coerce_keysym):
Call Fintern_soft with its new argument.
* lisp.h:
Update the declaration of Fintern_soft.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 24 Dec 2007 14:00:14 +0100 |
parents | 4143b78d0df0 |
children | df1f1f49ef70 4ee73bbe4f8e |
comparison
equal
deleted
inserted
replaced
4353:4143b78d0df0 | 4355:a2af1ff1761f |
---|---|
1 2007-12-24 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * symbols.c (Fintern_soft): | |
4 Provide a new optional third argument, DEFAULT, for those who want | |
5 to check if "nil" is a symbol or not. (More realistically, general | |
6 code that may get handed "nil" should probably use this argument.) | |
7 | |
1 2007-12-23 Aidan Kehoe <kehoea@parhasard.net> | 8 2007-12-23 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * objects-tty.c (tty_find_charset_font): | 10 * objects-tty.c (tty_find_charset_font): |
4 * objects-msw.c (mswindows_font_spec_matches_charset_stage_2): | 11 * objects-msw.c (mswindows_font_spec_matches_charset_stage_2): |
5 * objects-msw.c (mswindows_font_spec_matches_charset_stage_1): | 12 * objects-msw.c (mswindows_font_spec_matches_charset_stage_1): |