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: Tue, 14 Oct 2008 18:27:53 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/10/14 18:27:52

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.633
retrieving revision 5.634
diff -u -b -r5.633 -r5.634
--- tex.el      11 Oct 2008 18:28:44 -0000      5.633
+++ tex.el      14 Oct 2008 18:27:52 -0000      5.634
@@ -4136,8 +4136,9 @@
 the beginning of the line, return nil."
   (save-excursion
     (beginning-of-line)
+    (save-match-data
     (when (looking-at (concat "\\([ \t]*" TeX-comment-start-regexp "+\\)+"))
-      (match-string 0))))
+       (match-string 0)))))
 
 (defun TeX-forward-comment-skip (&optional count limit)
   "Move forward to the next comment skip.




reply via email to

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