]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use obsolete second argument to byte-compile-file
authorStefan Kangas <stefan@marxist.se>
Thu, 27 Jan 2022 03:15:13 +0000 (04:15 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 27 Jan 2022 03:15:13 +0000 (04:15 +0100)
* test/src/comp-resources/comp-test-funcs.el
(comp-test-big-interactive): Don't use obsolete second argument to
byte-compile-file.

test/src/comp-resources/comp-test-funcs.el

index d740a5f8107059036dd113f6194b008b0f8d6f43..b3fd2bcd175af955b66c2b888f0346eae34fb7a0 100644 (file)
         (progn
           (if (and noninteractive (not byte-compile-verbose))
               (message "Compiling %s..." filename))
-          (byte-compile-file filename load))
+          (byte-compile-file filename))
       (when load
        (load (if (file-exists-p dest) dest filename)))
       'no-byte-compile)))