[Top][All Lists]
[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: |
Mon, 06 Oct 2008 19:35:19 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 08/10/06 19:35:19
Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.448
retrieving revision 5.449
diff -u -b -r5.448 -r5.449
--- latex.el 7 Sep 2008 14:21:16 -0000 5.448
+++ latex.el 6 Oct 2008 19:35:19 -0000 5.449
@@ -3434,9 +3434,8 @@
(defun LaTeX-paragraph-commands-regexp-make ()
"Return a regular expression matching defined paragraph commands."
(concat (regexp-quote TeX-esc) "\\("
- (when LaTeX-paragraph-commands
- (concat LaTeX-paragraph-commands "\\|"))
- (regexp-opt LaTeX-paragraph-commands-internal) "\\)"))
+ (regexp-opt (append LaTeX-paragraph-commands
+ LaTeX-paragraph-commands-internal)) "\\)"))
(defcustom LaTeX-paragraph-commands nil
"List of LaTeX macros that should have their own line.
- [AUCTeX-diffs] Changes to auctex/latex.el,v,
Ralf Angeli <=