mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Also update Version header in test files
This commit is contained in:
parent
39fdac90dd
commit
b5bae296b8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue