diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-10 10:48:28 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-10 10:48:28 +0100 |
commit | 44c5f3614973d8dc389ddcdc1b3f8ab1c809194d (patch) | |
tree | a3a1ea865cb50c4329523726d2dcad95adfcbff5 /test/lisp/progmodes/project-tests.el | |
parent | a8ee046fb500a527d3fa44e69a4bc178d0ae8406 (diff) | |
download | emacs-44c5f3614973d8dc389ddcdc1b3f8ab1c809194d.tar.gz emacs-44c5f3614973d8dc389ddcdc1b3f8ab1c809194d.tar.bz2 emacs-44c5f3614973d8dc389ddcdc1b3f8ab1c809194d.zip |
; Fix two byte-compiler warnings
* lisp/gnus/gnus-icalendar.el (gnus-icalendar--show-org-event):
* test/lisp/progmodes/project-tests.el (project/quoted-directory):
Fix warnings.
Diffstat (limited to 'test/lisp/progmodes/project-tests.el')
-rw-r--r-- | test/lisp/progmodes/project-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/project-tests.el b/test/lisp/progmodes/project-tests.el index e666e3a6fab..8814f30b047 100644 --- a/test/lisp/progmodes/project-tests.el +++ b/test/lisp/progmodes/project-tests.el @@ -41,7 +41,7 @@ quoted directory names (Bug#47799)." (skip-unless (executable-find "grep")) (ert-with-temp-directory directory (let ((default-directory directory) - (project-current-inhibit-prompt t) + (project-current-directory-override t) (project-find-functions nil) (project-list-file (expand-file-name "projects" directory)) |