auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/tex-fold.el


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/tex-fold.el
Date: Wed, 04 May 2005 17:21:49 -0400

Index: auctex/tex-fold.el
diff -u auctex/tex-fold.el:1.44 auctex/tex-fold.el:1.45
--- auctex/tex-fold.el:1.44     Sat Apr 30 22:43:58 2005
+++ auctex/tex-fold.el  Wed May  4 21:21:48 2005
@@ -741,7 +741,12 @@
 
 ;;; The mode
 
-;;;###autoload
+;;; This autoload cookie had to be changed because of XEmacs.  This is
+;;; very dissatisfactory, because we now don't have the doc string
+;;; available to tell people what to expect when using this mode
+;;; before loading it.
+
+;;;###autoload (autoload 'TeX-fold-mode "tex-fold")
 (define-minor-mode TeX-fold-mode
   "Toggle TeX-fold-mode on or off.
 TeX-fold-mode lets you hide and unhide LaTeX macros.




reply via email to

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