]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix warning generated by indian.el + quail.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2021 17:13:03 +0000 (18:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2021 17:13:03 +0000 (18:13 +0100)
* lisp/leim/quail/indian.el (quail-define-indian-trans-package):
Reintroduce kludge to fix automatic detection by Quail.

lisp/leim/quail/indian.el

index 2e365082738b045aef169ed2ab27a37180f2c06d..5240393d0c07f1d63b3ea3ccf136f5cb4f1f7e97 100644 (file)
 
 (defun quail-define-indian-trans-package (hashtbls pkgname
                                                   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)
   (maphash
    (lambda (key val)