monnier pushed a commit to branch externals/auctex
in repository elpa.
commit f84e848a3e0f8265b34494630aa76f9f51e3c6f6
Author: Tassilo Horn <[email protected]>
Date: Mon Feb 25 11:24:50 2013 +0000
* latex.el (LaTeX-paragraph-commands-internal): Add \clearpage and
\newpage.
---
ChangeLog | 3 +++
latex.el | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5e0f316..b5cb733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-02-25 Tassilo Horn <[email protected]>
+ * latex.el (LaTeX-paragraph-commands-internal): Add \clearpage and
+ \newpage.
+
* style/scrbase.el ("scrbase"): Add \minisec macro to
`LaTeX-paragraph-commands' locally.
diff --git a/latex.el b/latex.el
index 753359f..724936b 100644
--- a/latex.el
+++ b/latex.el
@@ -3736,7 +3736,7 @@ value of NO-SUBSECTIONS."
'("[" "]" ; 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 ()