Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5645:5d3bb1100832
Remove some utility functions from the global namespace, lisp/
lisp/ChangeLog addition:
2012-04-07 Aidan Kehoe <kehoea@parhasard.net>
Remove some utility functions from the global namespace, it's more
appropriate to have them as labels (that is, lexically-visible
functions.)
* behavior.el:
* behavior.el (behavior-menu-filter-1): Moved to being a label.
* behavior.el (behavior-menu-filter): Use the label.
* cus-edit.el (custom-load-symbol-1): Moved to being a label.
* cus-edit.el (custom-load-symbol): Use the label.
* menubar.el (find-menu-item-1): Moved to being a label.
* menubar.el (find-menu-item): Use the label.
* window-xemacs.el:
* window-xemacs.el (display-buffer-1): Moved to being a label.
* window-xemacs.el (display-buffer): Use the label; use (block
...) instead of (catch ...), use prog1 instead of needlessly
binding a variable.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 07 Apr 2012 21:57:31 +0100 |
parents | 0df3cedee9ac |
children | 7fa8667cdaa7 |
comparison
equal
deleted
inserted
replaced
5644:0df3cedee9ac | 5645:5d3bb1100832 |
---|---|
1 2012-04-07 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 Remove some utility functions from the global namespace, it's more | |
4 appropriate to have them as labels (that is, lexically-visible | |
5 functions.) | |
6 * behavior.el: | |
7 * behavior.el (behavior-menu-filter-1): Moved to being a label. | |
8 * behavior.el (behavior-menu-filter): Use the label. | |
9 * cus-edit.el (custom-load-symbol-1): Moved to being a label. | |
10 * cus-edit.el (custom-load-symbol): Use the label. | |
11 * menubar.el (find-menu-item-1): Moved to being a label. | |
12 * menubar.el (find-menu-item): Use the label. | |
13 * window-xemacs.el: | |
14 * window-xemacs.el (display-buffer-1): Moved to being a label. | |
15 * window-xemacs.el (display-buffer): Use the label; use (block | |
16 ...) instead of (catch ...), use prog1 instead of needlessly | |
17 binding a variable. | |
18 | |
1 2012-03-02 Aidan Kehoe <kehoea@parhasard.net> | 19 2012-03-02 Aidan Kehoe <kehoea@parhasard.net> |
2 | 20 |
3 * select.el (select-coerce): | 21 * select.el (select-coerce): |
4 Whoops, selection-coercion-alist, not selection-conversion-alist, | 22 Whoops, selection-coercion-alist, not selection-conversion-alist, |
5 thank you Philip Aston in 4F4A2CBC.1060709@mail.com . | 23 thank you Philip Aston in 4F4A2CBC.1060709@mail.com . |