projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7e2a9
)
* admin/admin.el (set-version): Handle malformed NEWS markup.
author
Glenn Morris
<rgm@gnu.org>
Thu, 25 Mar 2021 18:48:13 +0000
(11:48 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 25 Mar 2021 18:48:13 +0000
(11:48 -0700)
admin/admin.el
patch
|
blob
|
history
diff --git
a/admin/admin.el
b/admin/admin.el
index 9be6f4a60713a87136e483812d8aa8cbdd645bf9..d75612cb51f52204efde5245dcdb77c04497814c 100644
(file)
--- a/
admin/admin.el
+++ b/
admin/admin.el
@@
-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 "^\\(\\+\\+\\+
*$\\|---
*$\\|Temporary note:\\)" 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!"))))