branch: master
commit 844df3b6d727da0c76113b1687d293677aac1861
Author: Vitalie Spinu <[email protected]>
Commit: Vitalie Spinu <[email protected]>
[Fix #1] Remove autoloads
---
math-symbol-lists.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/math-symbol-lists.el b/math-symbol-lists.el
index bbf98ea..2e4a2e5 100644
--- a/math-symbol-lists.el
+++ b/math-symbol-lists.el
@@ -42,7 +42,6 @@
;;
;;; Code:
-;;;###autoload
(defconst math-symbol-list-basic
'(("Greek Lowercase" "\\alpha" #X3B1)
("Greek Lowercase" "\\beta" #X3B2)
@@ -563,7 +562,6 @@
("AMS/Special" "\\sideset"))
"List of basic mathematical symbols.")
-;;;###autoload
(defconst math-symbol-list-extended
'(("punct" "\\exclam" #X21)
("ord" "\\octothorpe" #X23)
@@ -3005,7 +3003,7 @@
("ord" "\\mttnine" #X1D7FF))
"Extended list of mathematical symbols")
-;;;###autoload
+
(defconst math-symbol-list-latex-commands
'("address" "addtocounter" "addtolength" "addvspace" "Alph" "alph" "Alph
example" "alsoname" "and for author" "appendix" "arabic" "arraycolsep"