Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4744:17f7e9191c0b
Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
src/ChangeLog addition:
2009-11-15 Aidan Kehoe <kehoea@parhasard.net>
* eval.c (Fquote_maybe):
Move this function here from callint.c; make it more comprehensive
about which types are self-quoting.
* lisp.h: Declare Fquote_maybe here, since it's now used in
callint.c and defined in eval.c
* callint.c (Fquote_maybe): Remove this function from this file.
lisp/ChangeLog addition:
2009-11-15 Aidan Kehoe <kehoea@parhasard.net>
* custom.el (custom-quote):
Define this as an alias for `quote-maybe', which is in C and more
comprehensive; packages still use this name in places.
(customize-mark-to-save, customize-mark-as-set): Use
`quote-maybe', not `custom-quote'.
* cus-edit.el (customize-set-variable, customize-save-variable)
(custom-variable-value-create, custom-variable-set)
(custom-variable-pre-save):
Remove a version of `custom-quote' specific to this file; use
`quote-maybe' universally instead.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 15 Nov 2009 14:59:53 +0000 |
parents | ff037e1dc33c |
children | 0c54de4c4b9d |
comparison
equal
deleted
inserted
replaced
4743:776bbf454f3a | 4744:17f7e9191c0b |
---|---|
1 2009-11-15 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * eval.c (Fquote_maybe): | |
4 Move this function here from callint.c; make it more comprehensive | |
5 about which types are self-quoting. | |
6 * lisp.h: Declare Fquote_maybe here, since it's now used in | |
7 callint.c and defined in eval.c | |
8 * callint.c (Fquote_maybe): Remove this function from this file. | |
9 | |
1 2009-11-11 Stephen Turnbull <stephen@xemacs.org> | 10 2009-11-11 Stephen Turnbull <stephen@xemacs.org> |
2 | 11 |
3 * darwin.h: Remove. Functionality implemented in configure.ac. | 12 * darwin.h: Remove. Functionality implemented in configure.ac. |
4 * config.h.in (USE_PARAM_H): New. Used by Darwin to #define BSD. | 13 * config.h.in (USE_PARAM_H): New. Used by Darwin to #define BSD. |
5 | 14 |