aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-26 19:55:11 +0000
committerEli Zaretskii2001-11-26 19:55:11 +0000
commitabf545c4ecfd25b1667140271784d0e96d24a90e (patch)
treeac7734ba29aee053dd76ce112a6a6b8772009496
parent125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be (diff)
downloademacs-abf545c4ecfd25b1667140271784d0e96d24a90e.tar.gz
emacs-abf545c4ecfd25b1667140271784d0e96d24a90e.zip
Require help-fns instead of help-funs.
-rw-r--r--lisp/international/mule-diag.el2
1 files changed, 1 insertions, 1 deletions
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 @@
28;;; Code: 28;;; Code:
29 29
30;; Make sure the help-xref button type is defined. 30;; Make sure the help-xref button type is defined.
31(require 'help-funs) 31(require 'help-fns)
32 32
33;;; General utility function 33;;; General utility function
34 34