From: Eshel Yaron Date: Sat, 6 May 2023 19:17:37 +0000 (+0300) Subject: Require help-mode X-Git-Tag: v0.1.4~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=463c72b0653ac9ca176d5749cb11debcbfbace72;p=dict.git Require help-mode --- 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)