Fix warning generated by indian.el + quail.el
* lisp/leim/quail/indian.el (quail-define-indian-trans-package): Reintroduce kludge to fix automatic detection by Quail.
This commit is contained in:
parent
b0b4609be0
commit
d56fbc375d
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@
|
||||||
|
|
||||||
(defun quail-define-indian-trans-package (hashtbls pkgname
|
(defun quail-define-indian-trans-package (hashtbls pkgname
|
||||||
lang title doc)
|
lang title doc)
|
||||||
(quail-define-package pkgname lang title t doc
|
;; This is a funcall to avoid `quail-update-leim-list-file'
|
||||||
|
;; determining that this is a quail definition (it searches for
|
||||||
|
;; "(quail-define-package").
|
||||||
|
(funcall #'quail-define-package pkgname lang title t doc
|
||||||
nil nil nil nil nil nil t nil)
|
nil nil nil nil nil nil t nil)
|
||||||
(maphash
|
(maphash
|
||||||
(lambda (key val)
|
(lambda (key val)
|
||||||
|
|
Loading…
Add table
Reference in a new issue