diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-26 07:36:35 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-26 07:36:35 +0000 |
commit | ec9164f3a6989ee30fdf889e453df1909ea5f71b (patch) | |
tree | 891a2f1e62b13d12290219b14c4826e74c893354 /lisp/international/quail.el | |
parent | 555185de1459d55838664c4f9f8c312a545523db (diff) | |
download | emacs-ec9164f3a6989ee30fdf889e453df1909ea5f71b.tar.gz |
(quail-help): Require help-mode in top-level instead.
Diffstat (limited to 'lisp/international/quail.el')
-rw-r--r-- | lisp/international/quail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 99537fd01c8..ecf18cf453a 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -44,6 +44,8 @@ ;;; Code: +(require 'help-mode) + (defgroup quail nil "Quail: multilingual input method." :group 'leim) @@ -2411,7 +2413,6 @@ should be made by `quail-build-decode-map' (which see)." Optional arg PACKAGE specifies the name of alternative Quail package to describe." (interactive) - (require 'help-mode) (let ((help-xref-mule-regexp help-xref-mule-regexp-template) (default-enable-multibyte-characters enable-multibyte-characters) (package-def |