mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
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
@ -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…
Reference in New Issue
Block a user