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

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

[nongnu] scratch/rfc-mode 622ce988a8 06/52: add missing requires


From: Stefan Monnier
Subject: [nongnu] scratch/rfc-mode 622ce988a8 06/52: add missing requires
Date: Wed, 12 Oct 2022 16:29:18 -0400 (EDT)

branch: scratch/rfc-mode
commit 622ce988a8f278ebbeebdedcd3d01b7019f835d6
Author: Nicolas Martyanoff <khaelin@gmail.com>
Commit: Nicolas Martyanoff <khaelin@gmail.com>

    add missing requires
---
 rfc-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rfc-mode.el b/rfc-mode.el
index 3792986094..e8e331e1e0 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -25,6 +25,9 @@
 
 ;;; Code:
 
+(require 'helm)
+(require 'seq)
+
 ;;; Configuration
 (defgroup rfc-mode-group nil
   "Tools to browse and read RFC documents."



reply via email to

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