mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
Fix my previous change.
This commit is contained in:
parent
dedfb7f8ee
commit
0b52b61dd0
@ -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…
Reference in New Issue
Block a user