branch: scratch/rfc-mode
commit 821a039ae642933e855fba629361f2dab340e69b
Author: Nicolas Martyanoff <khae...@gmail.com>
Commit: Nicolas Martyanoff <khae...@gmail.com>

    autoload rfc-mode-read
    
    Thanks to Stefan Monnier.
---
 rfc-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rfc-mode.el b/rfc-mode.el
index ceff93123d..356baad13f 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -122,6 +122,7 @@ Assume RFC documents are named as e.g. rfc21.txt, 
rfc-index.txt."
   (rfc-mode-previous-header)
   (recenter 0))
 
+;;;###autoload
 (defun rfc-mode-read (number)
   "Read the RFC document NUMBER."
   (interactive "nRFC number: ")

Reply via email to