branch: externals/auctex
commit 128e8a0451117a8b3523b8a6446c176eac52cc82
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; Silence the compiler after commit f61de0abe6
    
    * tex-fold.el (LaTeX-mark-section): Autoload the function.
---
 tex-fold.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tex-fold.el b/tex-fold.el
index 19e35a2c05..62f0834c6f 100644
--- a/tex-fold.el
+++ b/tex-fold.el
@@ -51,6 +51,7 @@
 (autoload 'LaTeX-backward-paragraph "latex")
 (autoload 'LaTeX-find-matching-begin "latex")
 (autoload 'LaTeX-find-matching-end "latex")
+(autoload 'LaTeX-mark-section "latex")
 (autoload 'ConTeXt-find-matching-start "context")
 (autoload 'ConTeXt-find-matching-stop "context")
 (autoload 'Texinfo-find-env-start "tex-info")

Reply via email to