From abf545c4ecfd25b1667140271784d0e96d24a90e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 26 Nov 2001 19:55:11 +0000 Subject: [PATCH] Require help-fns instead of help-funs. --- 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 16c4d0f82dd..5167d86368a 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -28,7 +28,7 @@ ;;; Code: ;; Make sure the help-xref button type is defined. -(require 'help-funs) +(require 'help-fns) ;;; General utility function -- 2.39.5