diff lisp/ChangeLog @ 101958:e2dc5f14229e

(verilog-mode): Avoid circular use of syntax-ppss.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 Feb 2009 05:34:26 +0000
parents db03a07a8e3e
children 6f78ccd1040d
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 12 04:31:01 2009 +0000
+++ b/lisp/ChangeLog	Thu Feb 12 05:34:26 2009 +0000
@@ -1,5 +1,8 @@
 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
+	syntax-ppss.
+
 	* emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
 	to beginning-of-defun-raw.