diff lisp/ChangeLog @ 106673:17b93d093db8

* font-lock.el (font-lock-refresh-defaults): New function, which can be used to let font-lock react to external changes in variables like font-lock-defaults and keywords. See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
author Tassilo Horn <tassilo@member.fsf.org>
date Mon, 28 Dec 2009 20:34:10 +0100
parents 1b4df859a104
children cf3b293aa85d
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Dec 28 20:25:38 2009 +0100
+++ b/lisp/ChangeLog	Mon Dec 28 20:34:10 2009 +0100
@@ -1,3 +1,10 @@
+2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
+
+	* font-lock.el (font-lock-refresh-defaults): New function, which
+	can be used to let font-lock react to external changes in
+	variables like font-lock-defaults and keywords.
+	See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
+
 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vc-rcs.el (vc-rcs-register): Fix registering a specific version.