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

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

[nongnu] elpa/rfc-mode c938c8134e: typo


From: ELPA Syncer
Subject: [nongnu] elpa/rfc-mode c938c8134e: typo
Date: Tue, 7 Mar 2023 05:00:33 -0500 (EST)

branch: elpa/rfc-mode
commit c938c8134e7434b623ebfd92ad22586205cb1c92
Author: Nicolas Martyanoff <nicolas@n16f.net>
Commit: Nicolas Martyanoff <nicolas@n16f.net>

    typo
    
    Thanks to Matt Beshara for spotting it.
---
 rfc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc-mode.el b/rfc-mode.el
index 21c4746221..5efcbff6f9 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -445,7 +445,7 @@ ENTRY is a RFC index entry in the browser."
   (let* ((number-string (match-string 1 string))
          (number (string-to-number number-string))
          (title (match-string 2 string)))
-    (when (zerop member)
+    (when (zerop number)
       (error "Invalid index entry number: %S" number-string))
     (let ((entry (list :number number :title title)))
       (when (string-match "(Status: \\([^)]+\\))" string)



reply via email to

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