* admin/admin.el (set-version): Trap yet another NEWS error.
This commit is contained in:
parent
121be3e118
commit
16f00e36dc
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Root must be the root of an Emacs source tree."
|
|||
(display-warning 'admin
|
||||
"NEWS file contains empty sections - remove them?"))
|
||||
(goto-char (point-min))
|
||||
(if (re-search-forward "^\\(\\+\\+\\+ *\\|--- *\\)$" nil t)
|
||||
(if (re-search-forward "^\\(\\+\\+\\+ *$\\|--- *$\\|Temporary note:\\)" nil t)
|
||||
(display-warning 'admin
|
||||
"NEWS file still contains temporary markup.
|
||||
Documentation changes might not have been completed!"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue