Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5567:3bc58dc9d688
Replace #'flet by #'labels where appropriate, core code.
lisp/ChangeLog addition:
2011-09-07 Aidan Kehoe <kehoea@parhasard.net>
* simple.el (transpose-subr):
* specifier.el (let-specifier):
* specifier.el (derive-device-type-from-tag-set):
* test-harness.el (batch-test-emacs):
* x-compose.el (alias-colon-to-doublequote):
* mule/chinese.el (make-chinese-cns11643-charset):
* mule/mule-cmds.el (set-locale-for-language-environment):
* mule/mule-cmds.el (set-language-environment-coding-systems):
* mule/mule-x-init.el (x-use-halfwidth-roman-font):
* about.el (about-xemacs):
* about.el (about-hackers):
* diagnose.el (show-memory-usage):
* diagnose.el (show-object-memory-usage-stats):
* diagnose.el (show-mc-alloc-memory-usage):
* diagnose.el (show-gc-stats):
* dialog.el (make-dialog-box):
* faces.el:
* faces.el (Face-frob-property):
* faces.el (set-face-stipple):
* glyphs.el:
* glyphs.el (init-glyphs): Removed.
* help-macro.el (make-help-screen):
* info.el (Info-construct-menu):
* keymap.el (key-sequence-list-description):
* lisp-mode.el (construct-lisp-mode-menu):
* loadhist.el (unload-feature):
* minibuf.el (get-user-response):
* mouse.el (default-mouse-track-check-for-activation):
* mouse.el (mouse-track-insert-1):
Follow my own advice from the last commit and use #'labels instead
of #'flet in core code.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 07 Sep 2011 21:21:36 +0100 |
parents | 4654c01af32b |
children | b039c0f018b8 |
comparison
equal
deleted
inserted
replaced
5566:4654c01af32b | 5567:3bc58dc9d688 |
---|---|
1 2011-09-07 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * simple.el (transpose-subr): | |
4 * specifier.el (let-specifier): | |
5 * specifier.el (derive-device-type-from-tag-set): | |
6 * test-harness.el (batch-test-emacs): | |
7 * x-compose.el (alias-colon-to-doublequote): | |
8 * mule/chinese.el (make-chinese-cns11643-charset): | |
9 * mule/mule-cmds.el (set-locale-for-language-environment): | |
10 * mule/mule-cmds.el (set-language-environment-coding-systems): | |
11 * mule/mule-x-init.el (x-use-halfwidth-roman-font): | |
12 * about.el (about-xemacs): | |
13 * about.el (about-hackers): | |
14 * diagnose.el (show-memory-usage): | |
15 * diagnose.el (show-object-memory-usage-stats): | |
16 * diagnose.el (show-mc-alloc-memory-usage): | |
17 * diagnose.el (show-gc-stats): | |
18 * dialog.el (make-dialog-box): | |
19 * faces.el: | |
20 * faces.el (Face-frob-property): | |
21 * faces.el (set-face-stipple): | |
22 * glyphs.el: | |
23 * glyphs.el (init-glyphs): Removed. | |
24 * help-macro.el (make-help-screen): | |
25 * info.el (Info-construct-menu): | |
26 * keymap.el (key-sequence-list-description): | |
27 * lisp-mode.el (construct-lisp-mode-menu): | |
28 * loadhist.el (unload-feature): | |
29 * minibuf.el (get-user-response): | |
30 * mouse.el (default-mouse-track-check-for-activation): | |
31 * mouse.el (mouse-track-insert-1): | |
32 Follow my own advice from the last commit and use #'labels instead | |
33 of #'flet in core code. | |
34 | |
1 2011-09-07 Aidan Kehoe <kehoea@parhasard.net> | 35 2011-09-07 Aidan Kehoe <kehoea@parhasard.net> |
2 | 36 |
3 * bytecomp.el: | 37 * bytecomp.el: |
4 * bytecomp.el (for-effect): Move this earlier in the file, it's | 38 * bytecomp.el (for-effect): Move this earlier in the file, it's |
5 referenced in byte-compile-initial-macro-environment. | 39 referenced in byte-compile-initial-macro-environment. |