branch: main
commit 306b7a4c401115f5102a84ddbb803c4f4e640b93
Author: Tassilo Horn <t...@gnu.org>
Commit: Tassilo Horn <t...@gnu.org>

    Provide auctex in auctex.el
    
    Commit e2f18de580 didn't make it into the ELPA branch because the
    changes were to auctex.el.in which doesn't exist there.
---
 auctex.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/auctex.el b/auctex.el
index 604f650b..7fcb9946 100644
--- a/auctex.el
+++ b/auctex.el
@@ -42,4 +42,6 @@
                     (file-name-directory load-file-name)))
 (TeX-load-hack)
 
+(provide 'auctex)
+
 ;;; auctex.el ends here

Reply via email to