Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5368:ed74d2ca7082
Use ', not #', when a given symbol may not have a function binding at read time
2011-03-10 Aidan Kehoe <kehoea@parhasard.net>
* cmdloop.el (yes-or-no-p):
* cmdloop.el (y-or-n-p):
* descr-text.el (describe-char):
* diagnose.el (show-memory-usage):
* diagnose.el (show-object-memory-usage-stats):
* diagnose.el (show-mc-alloc-memory-usage):
* diagnose.el (show-gc-stats):
* faces.el (face-font-instance):
* gtk-font-menu.el (gtk-reset-device-font-menus):
* help.el (help-symbol-function-context-menu):
* help.el (help-symbol-variable-context-menu):
* help.el (help-symbol-function-and-variable-context-menu):
* help.el (help-find-source-or-scroll-up):
* help.el (help-mouse-find-source-or-track):
* help.el (temp-buffer-resize-mode):
* minibuf.el (mouse-read-file-name-1):
* obsolete.el (find-non-ascii-charset-string):
* obsolete.el (find-non-ascii-charset-region):
* occur.el (occur-engine):
* paragraphs.el (forward-paragraph):
* paragraphs.el (forward-sentence):
* select.el (activate-region-as-selection):
* select.el (select-make-extent-for-selection):
* simple.el (zmacs-make-extent-for-region):
Use quote, not function, for quoting symbols that may not be
fboundp at the point they are read (again, a style issue, since
Common Lisp throws an error on this, but we don't, and have no
plans to.)
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 10 Mar 2011 18:51:15 +0000 |
parents | 8b70d37ab80e |
children | 4141aeddc55b |
comparison
equal
deleted
inserted
replaced
5367:8b70d37ab80e | 5368:ed74d2ca7082 |
---|---|
1 2011-03-10 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cmdloop.el (yes-or-no-p): | |
4 * cmdloop.el (y-or-n-p): | |
5 * descr-text.el (describe-char): | |
6 * diagnose.el (show-memory-usage): | |
7 * diagnose.el (show-object-memory-usage-stats): | |
8 * diagnose.el (show-mc-alloc-memory-usage): | |
9 * diagnose.el (show-gc-stats): | |
10 * faces.el (face-font-instance): | |
11 * gtk-font-menu.el (gtk-reset-device-font-menus): | |
12 * help.el (help-symbol-function-context-menu): | |
13 * help.el (help-symbol-variable-context-menu): | |
14 * help.el (help-symbol-function-and-variable-context-menu): | |
15 * help.el (help-find-source-or-scroll-up): | |
16 * help.el (help-mouse-find-source-or-track): | |
17 * help.el (temp-buffer-resize-mode): | |
18 * minibuf.el (mouse-read-file-name-1): | |
19 * obsolete.el (find-non-ascii-charset-string): | |
20 * obsolete.el (find-non-ascii-charset-region): | |
21 * occur.el (occur-engine): | |
22 * paragraphs.el (forward-paragraph): | |
23 * paragraphs.el (forward-sentence): | |
24 * select.el (activate-region-as-selection): | |
25 * select.el (select-make-extent-for-selection): | |
26 * simple.el (zmacs-make-extent-for-region): | |
27 Use quote, not function, for quoting symbols that may not be | |
28 fboundp at the point they are read (again, a style issue, since | |
29 Common Lisp throws an error on this, but we don't, and have no | |
30 plans to.) | |
31 | |
1 2011-03-08 Aidan Kehoe <kehoea@parhasard.net> | 32 2011-03-08 Aidan Kehoe <kehoea@parhasard.net> |
2 | 33 |
3 * cl-macs.el: | 34 * cl-macs.el: |
4 * cl-macs.el (loop): | 35 * cl-macs.el (loop): |
5 * cl-macs.el (cl-expand-do-loop): | 36 * cl-macs.el (cl-expand-do-loop): |