projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87cf30f
)
Fix cus-test-deps
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 23 Jan 2024 18:24:29 +0000
(19:24 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 23 Jan 2024 18:24:29 +0000
(19:24 +0100)
* admin/cus-test.el (cus-test-deps): Add the "quail/" subdirectory
to default-directory, temporarily.
admin/cus-test.el
patch
|
blob
|
history
diff --git
a/admin/cus-test.el
b/admin/cus-test.el
index 68907f4f5e54dd9fcf4ff99e792e4644a3466f02..10d6e34358d59a19a13aa7c86146370c2ac3199b 100644
(file)
--- a/
admin/cus-test.el
+++ b/
admin/cus-test.el
@@
-424,7
+424,12
@@
in the Emacs source directory."
(mapatoms
;; This code is mainly from `custom-load-symbol'.
(lambda (symbol)
- (let ((custom-load-recursion t))
+ (let ((custom-load-recursion t)
+ (load-path
+ (cons
+ (expand-file-name
+ "quail" (file-name-directory (locate-library leim-list-file-name)))
+ load-path)))
(dolist (load (get symbol 'custom-loads))
(cond
((symbolp load)