[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/latex.el,v
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] Changes to auctex/latex.el,v |
Date: |
Mon, 25 Feb 2013 11:24:50 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: Tassilo Horn <tsdh> 13/02/25 11:24:50
Index: latex.el
===================================================================
RCS file: /sources/auctex/auctex/latex.el,v
retrieving revision 5.486
retrieving revision 5.487
diff -u -b -r5.486 -r5.487
--- latex.el 20 Feb 2013 20:07:01 -0000 5.486
+++ latex.el 25 Feb 2013 11:24:50 -0000 5.487
@@ -3736,7 +3736,7 @@
'("[" "]" ; display math
"appendix" "begin" "caption" "chapter" "end" "include" "includeonly"
"label" "maketitle" "noindent" "par" "paragraph" "part" "section"
- "subsection" "subsubsection" "tableofcontents")
+ "subsection" "subsubsection" "tableofcontents" "newpage" "clearpage")
"Internal list of LaTeX macros that should have their own line.")
(defun LaTeX-paragraph-commands-regexp-make ()