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 mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs