(set-version): Remove deleted file ns-emacs.texi.
This commit is contained in:
parent
1b1db3a98b
commit
2048978e78
1 changed files with 0 additions and 3 deletions
|
@ -92,9 +92,6 @@ Root must be the root of an Emacs source tree."
|
|||
(set-version-in-file root "doc/misc/faq.texi" version
|
||||
(rx (and "VER" (1+ space)
|
||||
(submatch (1+ (in "0-9."))))))
|
||||
(set-version-in-file root "doc/misc/ns-emacs.texi" version
|
||||
(rx (and "VER" (1+ space)
|
||||
(submatch (1+ (in "0-9."))))))
|
||||
(set-version-in-file root "lib-src/makefile.w32-in" version
|
||||
(rx (and "VERSION" (0+ space) "=" (0+ space)
|
||||
(submatch (1+ (in "0-9."))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue