branch: scratch/rfc-mode
commit 622ce988a8f278ebbeebdedcd3d01b7019f835d6
Author: Nicolas Martyanoff <[email protected]>
Commit: Nicolas Martyanoff <[email protected]>
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."