branch: scratch/rfc-mode
commit 622ce988a8f278ebbeebdedcd3d01b7019f835d6
Author: Nicolas Martyanoff <khae...@gmail.com>
Commit: Nicolas Martyanoff <khae...@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