auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/latex.el,v
Date: Sun, 07 Mar 2010 09:15:54 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    10/03/07 09:15:54

Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.457
retrieving revision 5.458
diff -u -b -r5.457 -r5.458
--- latex.el    31 Oct 2009 17:03:28 -0000      5.457
+++ latex.el    7 Mar 2010 09:15:54 -0000       5.458
@@ -1929,7 +1929,7 @@
 key and the optional cdr should be a list with strings to be used
 as values for the key."
   (let ((options (multi-prompt-key-value
-                 (TeX-argument-prompt optional "Options" nil)
+                 (TeX-argument-prompt optional "Options (k=v)" nil)
                  (if (symbolp key-val-alist)
                      (eval key-val-alist)
                    key-val-alist))))
@@ -2859,8 +2859,8 @@
            (unless (or (bolp)
                        ;; Comment starters and whitespace.
                        (TeX-looking-at-backward
-                        (concat "^\\([ \t]*" TeX-comment-start-regexp
-                                "+\\)+[ \t]*")
+                        (concat "^\\([ \t]*" TeX-comment-start-regexp "+\\)*"
+                                "[ \t]*")
                         (line-beginning-position)))
              (LaTeX-fill-newline)))))
       ;; Leave point after final newline.




reply via email to

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