emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] scratch/rfc-mode 821a039ae6 18/52: autoload rfc-mode-read


From: Stefan Monnier
Subject: [nongnu] scratch/rfc-mode 821a039ae6 18/52: autoload rfc-mode-read
Date: Wed, 12 Oct 2022 16:29:19 -0400 (EDT)

branch: scratch/rfc-mode
commit 821a039ae642933e855fba629361f2dab340e69b
Author: Nicolas Martyanoff <khaelin@gmail.com>
Commit: Nicolas Martyanoff <khaelin@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

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