mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
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
65f458ba5e
commit
8fd97b1de0
@ -312,7 +312,10 @@ Full key sequences are listed below:")
|
||||
|
||||
(defun quail-define-inscript-package (char-tables key-tables pkgname lang
|
||||
title docstring)
|
||||
(quail-define-package pkgname lang title nil docstring
|
||||
;; 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 nil docstring
|
||||
nil nil nil t nil nil nil nil)
|
||||
(let (char-table key-table char key)
|
||||
(while (and char-tables key-tables)
|
||||
|
Loading…
x
Reference in New Issue
Block a user