Fix my previous change.
This commit is contained in:
parent
dedfb7f8ee
commit
0b52b61dd0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Optional argument DATE is the release date, default today."
|
|||
(insert entry))))
|
||||
|
||||
(defun set-version-in-file (root file version rx)
|
||||
"Subroutine of `set-version'."
|
||||
"Subroutine of `set-version' and `set-copyright'."
|
||||
(find-file (expand-file-name file root))
|
||||
(goto-char (point-min))
|
||||
(unless (re-search-forward rx nil :noerror)
|
||||
|
|
Loading…
Add table
Reference in a new issue