Fix cus-test-deps
* admin/cus-test.el (cus-test-deps): Add the "quail/" subdirectory to default-directory, temporarily.
This commit is contained in:
parent
87cf30fba3
commit
13c7249105
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue