From 186b33523259a5655a936be15500a50a953b5982 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 6 Nov 2001 09:40:16 +0000 Subject: [PATCH] (quail-update-leim-list-file): Print the offending file name if some of its quail-define-package forms is broken. --- lisp/international/quail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))