[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/tex-buf.el
From: |
David Kastrup |
Subject: |
[AUCTeX-diffs] Changes to auctex/tex-buf.el |
Date: |
Mon, 06 Jun 2005 11:53:14 -0400 |
Index: auctex/tex-buf.el
diff -u auctex/tex-buf.el:1.230 auctex/tex-buf.el:1.231
--- auctex/tex-buf.el:1.230 Sat May 28 16:18:19 2005
+++ auctex/tex-buf.el Mon Jun 6 15:53:13 2005
@@ -1041,7 +1041,7 @@
(not (eq ?\] (char-after)))
(progn
(unless old-match
- (setq old-match (list (match-data))))
+ (setq old-match (list (match-data t))))
(setq str (buffer-substring (1- (point)) end)
pos nil)
(while (setq pos (string-match "\n" str pos))