; Avoid byte-compiler warnings in 'ls-lisp-test-bug70271'.
This commit is contained in:
parent
22386c5634
commit
2c6eb49fa2
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
(require 'ls-lisp)
|
||||
(require 'dired)
|
||||
|
||||
(defvar dired-find-subdir)
|
||||
(ert-deftest ls-lisp-test-bug70271 ()
|
||||
"Test for https://debbugs.gnu.org/70271 ."
|
||||
(ert-with-temp-file
|
||||
|
@ -37,7 +38,7 @@
|
|||
(let* ((dir (file-name-directory fpath))
|
||||
(attributes (file-attributes fpath))
|
||||
(dired-find-subdir t)
|
||||
ls-lisp-use-insert-directory-program buf ts)
|
||||
ls-lisp-use-insert-directory-program buf ts str)
|
||||
(unwind-protect
|
||||
(progn
|
||||
(setq ts (file-attribute-access-time attributes))
|
||||
|
|
Loading…
Add table
Reference in a new issue