changeset 52678:06b72306eaae

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Tue, 30 Sep 2003 11:47:57 +0000
parents a4cf4569e557
children 32ebe48159a6
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 30 11:46:13 2003 +0000
+++ b/lisp/ChangeLog	Tue Sep 30 11:47:57 2003 +0000
@@ -1,3 +1,10 @@
+2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
+
+	* progmodes/scheme.el (scheme-mode-variables): When setting
+	`font-lock-defaults', also specify that "#" should
+	be interpreted with `word' syntax.
+	(scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
+
 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
 
 	* desktop.el: A lot of comments updated.
@@ -16,7 +23,7 @@
 	for displaying ``clean'' output.
 	(whitespace-buffer): Use `whitespace-clean-msg'.
 	(whitespace-global-mode): Fix typo.
-	
+
 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
 
 	* pcvs.el (cvs-mode-unmark-up): Move to goal column when done.