Mercurial > hg > xemacs-beta
comparison lisp/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 | 776bbf454f3a |
children | c1784fd59d7d |
comparison
equal
deleted
inserted
replaced
4743:776bbf454f3a | 4744:17f7e9191c0b |
---|---|
1 2009-11-15 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * custom.el (custom-quote): | |
4 Define this as an alias for `quote-maybe', which is in C and more | |
5 comprehensive; packages still use this name in places. | |
6 (customize-mark-to-save, customize-mark-as-set): Use | |
7 `quote-maybe', not `custom-quote'. | |
8 * cus-edit.el (customize-set-variable, customize-save-variable) | |
9 (custom-variable-value-create, custom-variable-set) | |
10 (custom-variable-pre-save): | |
11 Remove a version of `custom-quote' specific to this file; use | |
12 `quote-maybe' universally instead. | |
13 | |
1 2009-11-14 Aidan Kehoe <kehoea@parhasard.net> | 14 2009-11-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 15 |
3 * bytecomp.el (byte-compile-funarg-n): | 16 * bytecomp.el (byte-compile-funarg-n): |
4 New macro, used to create the various byte-compile-funarg | 17 New macro, used to create the various byte-compile-funarg |
5 functions, which check for quoted lambdas in given positions. | 18 functions, which check for quoted lambdas in given positions. |