mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(quail-update-leim-list-file): Print the
offending file name if some of its quail-define-package forms is broken.
This commit is contained in:
parent
b9dd0030da
commit
186b335232
@ -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))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user