diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-11-06 09:40:16 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-11-06 09:40:16 +0000 |
commit | 8d215396c465db9077f1be911d1abff9bc4c9188 (patch) | |
tree | 408cddf486b7738957b52bb9b3566f99e34fb683 /lisp/international | |
parent | 0eaca98dd72fa05eed0c34ac555d69ce3c083ece (diff) | |
download | emacs-8d215396c465db9077f1be911d1abff9bc4c9188.tar.gz |
(quail-update-leim-list-file): Print the
offending file name if some of its quail-define-package forms is
broken.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/quail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index af694c79503..6bd30316125 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2801,7 +2801,7 @@ of each directory." (error ;; Ignore the remaining contents of this file. (goto-char (point-max)) - (message "Some part of \"%s\" is broken" dirname))))) + (message "Some part of \"%s\" is broken" (car pkg-list)))))) (setq pkg-list (cdr pkg-list))) (setq quail-dirs (cdr quail-dirs) dirnames (cdr dirnames)))) |