diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 16 21:52:55 2013 +0900
+++ b/lisp/ChangeLog	Wed Feb 20 11:07:16 2013 +0100
@@ -1,3 +1,10 @@
+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.)
+
 2013-02-16  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	Thanks to Jeff Sparkes for suggestion and the original patches and