]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of 'byte-compile-ignore-files' when nil
authorJim Porter <jporterbugs@gmail.com>
Fri, 4 Aug 2023 20:01:35 +0000 (13:01 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sat, 5 Aug 2023 17:14:15 +0000 (10:14 -0700)
commit1e8322bb26e4945de460780168732250bbd083d0
tree9610748b9261950c9326b8f4bd66c7de19c13f54
parent2695af297e8811d98f3082013f5bf4a5d0281efe
Fix handling of 'byte-compile-ignore-files' when nil

Before this fix, when 'byte-compile-ignore-files' was nil,
'byte-recompile-directory' would ignore every file (bug#64985).

* lisp/emacs-lisp/bytecomp.el (byte-recompile-directory): Handle case
when 'byte-compile-ignore-files' is nil.
lisp/emacs-lisp/bytecomp.el