]> git.eshelyaron.com Git - dict.git/commitdiff
Require help-mode
authorEshel Yaron <me@eshelyaron.com>
Sat, 6 May 2023 19:17:37 +0000 (22:17 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 6 May 2023 19:17:37 +0000 (22:17 +0300)
dict.el

diff --git a/dict.el b/dict.el
index fa1b04a4fa3531f5e72c431289e21e8d6dda4007..7f87434173ba3b40a2b243486ac4f941cfc68f30 100644 (file)
--- a/dict.el
+++ b/dict.el
@@ -29,6 +29,8 @@
 
 ;;; Code:
 
+(require 'help-mode)
+
 (defgroup dict nil
   "Access to RFC2229 dictionary servers."
   :group 'help)