Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4393:f6c39b2d8b62
Make font-lock-{add,remove}-keywords actually work.
2008-01-14 Jerry James <james@xemacs.org>
* font-lock.el (font-lock-add-keywords): Adapt to differences in
Emacs and XEmacs compiled font-lock lists.
* font-lock.el (font-lock-remove-keywords): Ditto.
* font-lock.el (font-lock-set-defaults-1): Make changes specified
by font-lock-keywords-alist and font-lock-removed-keywords-alist.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 14 Jan 2008 16:50:32 -0700 |
parents | e8f448f997ac |
children | 9e28067e3083 |
comparison
equal
deleted
inserted
replaced
4392:e8f448f997ac | 4393:f6c39b2d8b62 |
---|---|
1 2008-01-14 Jerry James <james@xemacs.org> | |
2 | |
3 * font-lock.el (font-lock-add-keywords): Adapt to differences in | |
4 Emacs and XEmacs compiled font-lock lists. | |
5 * font-lock.el (font-lock-remove-keywords): Ditto. | |
6 * font-lock.el (font-lock-set-defaults-1): Make changes specified | |
7 by font-lock-keywords-alist and font-lock-removed-keywords-alist. | |
8 | |
1 2008-01-14 Aidan Kehoe <kehoea@parhasard.net> | 9 2008-01-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * bytecomp.el (byte-compile-output-file-form): | 11 * bytecomp.el (byte-compile-output-file-form): |
4 Bind print-gensym-alist to nil, as we do within | 12 Bind print-gensym-alist to nil, as we do within |
5 byte-compile-output-docform. | 13 byte-compile-output-docform. |