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: Thu, 17 Jul 2008 18:21:33 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/07/17 18:21:33

Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.444
retrieving revision 5.445
diff -u -b -r5.444 -r5.445
--- latex.el    17 Jul 2008 18:17:05 -0000      5.444
+++ latex.el    17 Jul 2008 18:21:32 -0000      5.445
@@ -3430,9 +3430,6 @@
            (concat LaTeX-paragraph-commands "\\|"))
          (regexp-opt LaTeX-paragraph-commands-internal) "\\)"))
 
-(defvar LaTeX-paragraph-commands-regexp (LaTeX-paragraph-commands-regexp-make)
-    "Regular expression matching LaTeX macros that should have their own 
line.")
-
 (defcustom LaTeX-paragraph-commands nil
   "List of LaTeX macros that should have their own line.
 The list should contain macro names without the leading backslash."
@@ -3443,6 +3440,9 @@
         (setq LaTeX-paragraph-commands-regexp
               (LaTeX-paragraph-commands-regexp-make))))
 
+(defvar LaTeX-paragraph-commands-regexp (LaTeX-paragraph-commands-regexp-make)
+    "Regular expression matching LaTeX macros that should have their own 
line.")
+
 (defun LaTeX-set-paragraph-start ()
   "Set `paragraph-start'."
   (setq paragraph-start




reply via email to

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