Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4503:af95657e0bfd
Use EQ() and !EQ() in symbols.c, thank you Robert Delius Royar.
2008-08-27 Aidan Kehoe <kehoea@parhasard.net>
* symbols.c (Fuser_variable_p):
(map_varalias_chain):
Use EQ() and !EQ(), don't compare two Lisp_Objects using == and
!=. Fixes the union build, thank you Robert Delius Royar.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Wed, 27 Aug 2008 00:39:09 +0200 |
| parents | 8748a3f7ceb4 |
| children | 66411359ce4e |
comparison
equal
deleted
inserted
replaced
| 4502:8748a3f7ceb4 | 4503:af95657e0bfd |
|---|---|
| 1 2008-08-27 Aidan Kehoe <kehoea@parhasard.net> | |
| 2 | |
| 3 * symbols.c (Fuser_variable_p): | |
| 4 (map_varalias_chain): | |
| 5 Use EQ() and !EQ(), don't compare two Lisp_Objects using == and | |
| 6 !=. Fixes the union build, thank you Robert Delius Royar. | |
| 7 | |
| 1 2008-08-23 Aidan Kehoe <kehoea@parhasard.net> | 8 2008-08-23 Aidan Kehoe <kehoea@parhasard.net> |
| 2 | 9 |
| 3 * eval.c (Fuser_variable_p): Moved to symbols.c | 10 * eval.c (Fuser_variable_p): Moved to symbols.c |
| 4 * symbols.c (Fcustom_variable_p): Moved here from custom.el. | 11 * symbols.c (Fcustom_variable_p): Moved here from custom.el. |
| 5 (user_variable_alias_check_fun): Mapper function used in | 12 (user_variable_alias_check_fun): Mapper function used in |
