# HG changeset patch # User Eli Zaretskii # Date 1005039616 0 # Node ID 90c5fdb81e29184db1204947a9c55cf8549642e1 # Parent 3e02d6f71d09fa7b1c0cdf3fecdfd3eeaaf6f01e (quail-update-leim-list-file): Print the offending file name if some of its quail-define-package forms is broken. diff -r 3e02d6f71d09 -r 90c5fdb81e29 lisp/international/quail.el --- a/lisp/international/quail.el Tue Nov 06 04:53:41 2001 +0000 +++ b/lisp/international/quail.el Tue Nov 06 09:40:16 2001 +0000 @@ -2801,7 +2801,7 @@ (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))))