emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 844df3b 06/29: [Fix #1] Remove autoloads


From: Vitalie Spinu
Subject: [elpa] master 844df3b 06/29: [Fix #1] Remove autoloads
Date: Tue, 7 May 2019 13:18:00 -0400 (EDT)

branch: master
commit 844df3b6d727da0c76113b1687d293677aac1861
Author: Vitalie Spinu <address@hidden>
Commit: Vitalie Spinu <address@hidden>

    [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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]