Silence spurious load message in latin-ltx.el
* lisp/leim/quail/latin-ltx.el (latin-ltx--define-rules): Silence the `load' because it's not very informative.
This commit is contained in:
parent
a5269a7fcf
commit
b441e8cd7c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ system, including many technical ones. Examples:
|
|||
(and (characterp char) (< char 128)))
|
||||
|
||||
(defmacro latin-ltx--define-rules (&rest rules)
|
||||
(load "uni-name")
|
||||
(load "uni-name" nil t)
|
||||
(let ((newrules ()))
|
||||
(dolist (rule rules)
|
||||
(pcase rule
|
||||
|
|
Loading…
Add table
Reference in a new issue