auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Mon, 09 Jul 2007 19:31:43 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    07/07/09 19:31:43

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.609
retrieving revision 5.610
diff -u -b -r5.609 -r5.610
--- tex.el      1 Jul 2007 07:23:53 -0000       5.609
+++ tex.el      9 Jul 2007 19:31:42 -0000       5.610
@@ -4091,6 +4091,8 @@
   "Skip forward over N comments.
 Just like `forward-comment' but only for positive N
 and can use regexps instead of syntax."
+  (when (fboundp 'comment-normalize-vars)
+    (comment-normalize-vars))
   (if (fboundp 'comment-forward)
       (comment-forward n)
     (setq n (or n 1))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]