Also update Version header in test files

This commit is contained in:
Nathaniel Nicandro 2019-02-19 09:43:24 -06:00
parent 39fdac90dd
commit b5bae296b8
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

@ -16,7 +16,8 @@ Update the =Version= in the header of all source files.
#+BEGIN_SRC elisp :results silent :var version="0.7.1" #+BEGIN_SRC elisp :results silent :var version="0.7.1"
(let ((re "^;; Version: \\(\\([0-9]+\\)\\.\\([0-9]+\\)\\.\\([0-9]+\\)\\)" )) (let ((re "^;; Version: \\(\\([0-9]+\\)\\.\\([0-9]+\\)\\.\\([0-9]+\\)\\)" ))
(dolist (file (directory-files default-directory nil ".el$")) (dolist (file (append (directory-files default-directory nil ".el$")
(directory-files (expand-file-name "test" default-directory) t ".el$")))
(let* ((buf (find-buffer-visiting file)) (let* ((buf (find-buffer-visiting file))
(kill (null buf))) (kill (null buf)))
(unless buf (unless buf