Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3067:2f31c7aa4e96
[xemacs-hg @ 2005-11-13 10:57:59 by ben]
create describe-char-table
syntax.el: Convert describe-syntax-table to more general describe-char-table.
(Will also be used by display tables.) Create new describe-syntax-table,
compatible with old function, that uses describe-char-table.
diagnose.el: Conditionalize `sort-numeric-fields' on when-fboundp.
author | ben |
---|---|
date | Sun, 13 Nov 2005 10:58:00 +0000 |
parents | a88e6130a523 |
children | 4c038e89d563 |
comparison
equal
deleted
inserted
replaced
3066:a88e6130a523 | 3067:2f31c7aa4e96 |
---|---|
1 2005-11-13 Ben Wing <ben@xemacs.org> | |
2 | |
3 * syntax.el: | |
4 * syntax.el (describe-syntax-table): Removed. | |
5 * syntax.el (describe-char-table): New. | |
6 Convert describe-syntax-table to more general describe-char-table. | |
7 (Will also be used by display tables.) Create new describe-syntax-table, | |
8 compatible with old function, that uses describe-char-table. | |
9 | |
1 2005-11-13 Ben Wing <ben@xemacs.org> | 10 2005-11-13 Ben Wing <ben@xemacs.org> |
2 | 11 |
3 * diagnose.el (show-memory-usage): | 12 * diagnose.el (show-memory-usage): |
4 Conditionalize `sort-numeric-fields' on when-fboundp. | 13 Conditionalize `sort-numeric-fields' on when-fboundp. |
5 | 14 |