From 463c72b0653ac9ca176d5749cb11debcbfbace72 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 6 May 2023 22:17:37 +0300 Subject: [PATCH] Require help-mode --- dict.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dict.el b/dict.el index fa1b04a..7f87434 100644 --- a/dict.el +++ b/dict.el @@ -29,6 +29,8 @@ ;;; Code: +(require 'help-mode) + (defgroup dict nil "Access to RFC2229 dictionary servers." :group 'help) -- 2.39.2