auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 253e900 25/67: Adjust autoload co


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 253e900 25/67: Adjust autoload cookie
Date: Fri, 8 Feb 2019 11:40:33 -0500 (EST)

branch: externals/auctex
commit 253e900238ea8b96905fe9ca04547bb347a17bbf
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    Adjust autoload cookie
    
    * tex-fold.el (TeX-fold-mode): Set autoload cookie directly to
    `define-minor-mode'.
---
 tex-fold.el | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/tex-fold.el b/tex-fold.el
index 8a54570..f66776d 100644
--- a/tex-fold.el
+++ b/tex-fold.el
@@ -908,12 +908,7 @@ the other elements.  The ordering among elements is 
maintained."
 
 ;;; The mode
 
-;; This autoload cookie had to be changed because of XEmacs.  This is
-;; very dissatisfactory, because we now don't have the full doc string
-;; available to tell people what to expect when using this mode before
-;; loading it.
-
-;;;###autoload (autoload 'TeX-fold-mode "tex-fold" "Minor mode for hiding and 
revealing macros and environments." t)
+;;;###autoload
 (define-minor-mode TeX-fold-mode
   "Minor mode for hiding and revealing macros and environments.
 



reply via email to

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