branch: externals/auctex
commit e9cd27a3342294f5b3d546f128427b3a1e7ccaa0
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; Fix footer lines
* style/afterpage.el:
* style/array.el:
* style/bm.el:
* style/fancynum.el:
* style/filecontents.el:
* style/harvard.el:
* style/imakeidx.el:
* style/kantlipsum.el:
* style/kpfonts.el:
* style/lipsum.el:
* style/longtable.el:
* style/mn2e.el:
* style/mnras.el:
* style/nameref.el:
* style/natbib.el:
* style/placeins.el:
* style/siunitx.el: Fix footer lines which helps `outline-mode' to
find the comment correctly.
---
style/afterpage.el | 2 +-
style/array.el | 2 +-
style/bm.el | 2 +-
style/fancynum.el | 3 +--
style/filecontents.el | 2 +-
style/harvard.el | 2 +-
style/imakeidx.el | 2 +-
style/kantlipsum.el | 2 +-
style/kpfonts.el | 2 +-
style/lipsum.el | 2 +-
style/longtable.el | 2 +-
style/mn2e.el | 2 +-
style/mnras.el | 2 +-
style/nameref.el | 2 +-
style/natbib.el | 2 +-
style/placeins.el | 2 +-
style/siunitx.el | 2 +-
17 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/style/afterpage.el b/style/afterpage.el
index b3067ea0ec..34dbf0a497 100644
--- a/style/afterpage.el
+++ b/style/afterpage.el
@@ -53,4 +53,4 @@
(defvar LaTeX-afterpage-package-options nil
"Package options for afterpage.")
-;; afterpage.el ends here
+;;; afterpage.el ends here
diff --git a/style/array.el b/style/array.el
index 5a5d4f2c11..c6b70fc9f4 100644
--- a/style/array.el
+++ b/style/array.el
@@ -101,4 +101,4 @@ package.")
(defvar LaTeX-array-package-options nil
"Package options for array.")
-;; array.el ends here
+;;; array.el ends here
diff --git a/style/bm.el b/style/bm.el
index 2b822fb5c1..9358f09802 100644
--- a/style/bm.el
+++ b/style/bm.el
@@ -57,4 +57,4 @@
(defvar LaTeX-bm-package-options nil
"Package options for the bm package.")
-;; bm.el ends here
+;;; bm.el ends here
diff --git a/style/fancynum.el b/style/fancynum.el
index 02d432d42d..a60b9c99f5 100644
--- a/style/fancynum.el
+++ b/style/fancynum.el
@@ -43,5 +43,4 @@
'("english" "french" "tight" "loose" "commas" "thinspaces" "plain")
"Package options for fancynum.")
-;; fancynum.el ends here
-
+;;; fancynum.el ends here
diff --git a/style/filecontents.el b/style/filecontents.el
index ae9965980b..cdcb990ab8 100644
--- a/style/filecontents.el
+++ b/style/filecontents.el
@@ -59,4 +59,4 @@
(defvar LaTeX-filecontents-package-options nil
"Package options for filecontents.")
-;; filecontents.el ends here
+;;; filecontents.el ends here
diff --git a/style/harvard.el b/style/harvard.el
index 36e2e47103..678780b25b 100644
--- a/style/harvard.el
+++ b/style/harvard.el
@@ -125,4 +125,4 @@
"curly" "angle" "square" "none")
"Package options for the harvard package.")
-;; harvard.el ends here
+;;; harvard.el ends here
diff --git a/style/imakeidx.el b/style/imakeidx.el
index 0d6a626c0f..20cfeef85d 100644
--- a/style/imakeidx.el
+++ b/style/imakeidx.el
@@ -114,4 +114,4 @@
"original" "splitindex")
"Package options for the imakeidx package.")
-;; imakeidx.el ends here
+;;; imakeidx.el ends here
diff --git a/style/kantlipsum.el b/style/kantlipsum.el
index 5325889c61..fc8fb0f05f 100644
--- a/style/kantlipsum.el
+++ b/style/kantlipsum.el
@@ -43,4 +43,4 @@
'("par" "nopar" "numbers" "index")
"Package options for the kantlipsum package.")
-;; kantlipsum.el ends here
+;;; kantlipsum.el ends here
diff --git a/style/kpfonts.el b/style/kpfonts.el
index beef934002..3b54beb546 100644
--- a/style/kpfonts.el
+++ b/style/kpfonts.el
@@ -606,4 +606,4 @@ following commands are defined:
"nowarning")
"Package options for the kpfonts package.")
-;; kpfonts.el ends here
+;;; kpfonts.el ends here
diff --git a/style/lipsum.el b/style/lipsum.el
index 96e71aafed..d468eecf07 100644
--- a/style/lipsum.el
+++ b/style/lipsum.el
@@ -43,4 +43,4 @@
'("nopar")
"Package options for the lipsum package.")
-;; lipsum.el ends here
+;;; lipsum.el ends here
diff --git a/style/longtable.el b/style/longtable.el
index 708da2484c..92ea8adabe 100644
--- a/style/longtable.el
+++ b/style/longtable.el
@@ -149,4 +149,4 @@ insert line break macro."
(defvar LaTeX-longtable-package-options nil
"Package options for the longtable package.")
-;; longtable.el ends here
+;;; longtable.el ends here
diff --git a/style/mn2e.el b/style/mn2e.el
index adefd348f9..63fb45c41b 100644
--- a/style/mn2e.el
+++ b/style/mn2e.el
@@ -178,4 +178,4 @@
"doublespacing" "galley" "landscape" "letters" "onecolumn" "referee")
"Package options for the mn2e package.")
-;; mn2e.el ends here
+;;; mn2e.el ends here
diff --git a/style/mnras.el b/style/mnras.el
index 4b77c50d1a..debfb12e9e 100644
--- a/style/mnras.el
+++ b/style/mnras.el
@@ -179,4 +179,4 @@
"usenatbib" "usegraphicx" "useAMS" "usedcolumn")
"Package options for the mnras package.")
-;; mnras.el ends here
+;;; mnras.el ends here
diff --git a/style/nameref.el b/style/nameref.el
index fc8791c59f..50cd1a67d5 100644
--- a/style/nameref.el
+++ b/style/nameref.el
@@ -60,4 +60,4 @@
(defvar LaTeX-nameref-package-options nil
"Package options for nameref.")
-;; nameref.el ends here
+;;; nameref.el ends here
diff --git a/style/natbib.el b/style/natbib.el
index e04de45847..55fd0a2614 100644
--- a/style/natbib.el
+++ b/style/natbib.el
@@ -194,4 +194,4 @@ OPTIONAL is ignored."
"longnamesfirst" "nonamebreak")
"Package options for the natbib package.")
-;; natbib.el ends here
+;;; natbib.el ends here
diff --git a/style/placeins.el b/style/placeins.el
index 472d0316ca..565a41938c 100644
--- a/style/placeins.el
+++ b/style/placeins.el
@@ -40,4 +40,4 @@
'("section" "above" "below" "verbose")
"Package options for placeins.")
-;; placeins.el ends here
+;;; placeins.el ends here
diff --git a/style/siunitx.el b/style/siunitx.el
index 4b884ec543..49c62ba240 100644
--- a/style/siunitx.el
+++ b/style/siunitx.el
@@ -519,4 +519,4 @@ string."
"Prompt for package options for the siunitx package."
(TeX-read-key-val t LaTeX-siunitx-package-options-list))
-;; siunitx.el ends here
+;;; siunitx.el ends here