branch: scratch/rfc-mode
commit 6e41dcd82f2bc56979fb2b950c74d169b1458ea4
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Nicolas Martyanoff <khae...@gmail.com>

    Autoload rfc-mode-browse
---
 rfc-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rfc-mode.el b/rfc-mode.el
index 8710c66187..5214055276 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -209,6 +209,7 @@ Returns t if section is found, nil otherwise."
   (setq rfc-mode-index-entries
         (rfc-mode-read-index-file (rfc-mode-index-path))))
 
+;;;###autoload
 (defun rfc-mode-browse ()
   "Browse through all RFC documents referenced in the index using Helm."
   (interactive)

Reply via email to