[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] Changes to auctex/latex.el,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-commit] Changes to auctex/latex.el,v |
Date: |
Wed, 04 Apr 2007 17:09:47 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/04/04 17:09:46
Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.432
retrieving revision 5.433
diff -u -b -r5.432 -r5.433
--- latex.el 31 Mar 2007 12:15:09 -0000 5.432
+++ latex.el 4 Apr 2007 17:09:46 -0000 5.433
@@ -3564,8 +3564,8 @@
(forward-line 1)
(when (< (point) start)
(setq end-point (point))))
- (setq end-point macro-bol)))
- end-point))))))))))
+ (setq end-point macro-bol))))
+ end-point)))))))))
(defun LaTeX-search-forward-comment-start (&optional limit)
"Search forward for a comment start from current position till LIMIT.
- [AUCTeX-commit] Changes to auctex/latex.el,v,
Ralf Angeli <=