monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 27649f5e4f97f2d4177274261ec636b89122307a
Author: Tassilo Horn <[email protected]>
Date: Mon Feb 25 10:30:40 2013 +0000
* style/scrbase.el ("scrbase"): Add \minisec macro to
`LaTeX-paragraph-commands' locally.
---
ChangeLog | 5 +++++
style/scrbase.el | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index aad6b08..5e0f316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-25 Tassilo Horn <[email protected]>
+
+ * style/scrbase.el ("scrbase"): Add \minisec macro to
+ `LaTeX-paragraph-commands' locally.
+
2013-02-23 Mos� Giordano <[email protected]>
* style/kpfonts.el: New style file.
diff --git a/style/scrbase.el b/style/scrbase.el
index 5a8b41f..e203bc9 100644
--- a/style/scrbase.el
+++ b/style/scrbase.el
@@ -134,6 +134,8 @@
'(("addpart" . nil)
("addsec" . nil)
("minisec" . nil))))
+ ;; Fill \minisec{...} like normal sectioning commands
+ (LaTeX-paragraph-commands-add-locally "minisec")
;; Fontification
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))