From 0f0ea87e8c03aa623de5632ecacd3621ffe410a5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 9 Dec 2009 01:02:28 +0000 Subject: [PATCH] Require help-mode instead of help-fns. --- lisp/international/mule-diag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index c5f3f341229..a4460948ccd 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -32,7 +32,7 @@ ;;; Code: ;; Make sure the help-xref button type is defined. -(require 'help-fns) +(require 'help-mode) ;;; General utility function -- 2.39.5