Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5719:e32ce9c59c23
Allow the lhs a syntax-alist entry in `font-lock-defaults' to be a string.
2013-02-08 Michael Sperber <mike@xemacs.org>
* font-lock.el (font-lock-set-defaults-1):
(font-lock-defaults): Allow the left-hand-side of a syntax-alist
entry in `font-lock-defaults' to be a string, in addition to a
char. (This is a sync with GNU Emacs.)
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Wed, 20 Feb 2013 11:07:16 +0100 |
parents | 74172066fd6a |
children | 1d6995b6986e |
comparison
equal
deleted
inserted
replaced
5718:74172066fd6a | 5719:e32ce9c59c23 |
---|---|
1 2013-02-08 Michael Sperber <mike@xemacs.org> | |
2 | |
3 * font-lock.el (font-lock-set-defaults-1): | |
4 (font-lock-defaults): Allow the left-hand-side of a syntax-alist | |
5 entry in `font-lock-defaults' to be a string, in addition to a | |
6 char. (This is a sync with GNU Emacs.) | |
7 | |
1 2013-02-16 Stephen J. Turnbull <stephen@xemacs.org> | 8 2013-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 9 |
3 Thanks to Jeff Sparkes for suggestion and the original patches and | 10 Thanks to Jeff Sparkes for suggestion and the original patches and |
4 to Mike Sperber for discussion. | 11 to Mike Sperber for discussion. |
5 | 12 |