branch: externals/auctex
commit 253e900238ea8b96905fe9ca04547bb347a17bbf
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>

    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