mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
(quail-help): Require help-mode in top-level instead.
This commit is contained in:
parent
555185de14
commit
ec9164f3a6
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* international/quail.el (quail-help): Require help-mode in
|
||||
top-level instead.
|
||||
|
||||
* iswitchb.el (iswitchb-exhibit): Use insert instead of
|
||||
insert-string.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue