]> git.eshelyaron.com Git - emacs.git/commitdiff
Touch up the byte-compilation messaging in skkdic-set-okuri-nasi
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jun 2019 09:50:41 +0000 (11:50 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jun 2019 09:50:41 +0000 (11:50 +0200)
* lisp/international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Use
the "INFO" format for these informational messages, and be more
explicit in saying what they're doing.

lisp/international/ja-dic-cnv.el

index e7210831891de18e44bd29565a37d099a0e75bc2..89b934b5e5790d44c317359a8066dcb20a874afc 100644 (file)
@@ -534,7 +534,8 @@ To get complete usage, invoke:
         (while l
           (setq count (1+ count))
           (if (= (% count 10000) 0)
-              (message "%d entries" count))
+              (byte-compile-info-message "Extracted %d Okuri Nasi entries"
+                                          count))
           (setq entry (skkdic-extract-conversion-data (car l)))
           (set-nested-alist (car entry) (cdr entry) map)
           (setq l (cdr l)))