aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2020-08-19 20:52:08 +0100
committerGlenn Morris2020-08-19 20:52:08 +0100
commit16f00e36dc2292db08e7bc88bd25e55c0cbf99f7 (patch)
tree18001553437526eaa0c2a90544b880c13955fae7 /admin
parent121be3e1181e609734fc4cc9d2d54cf7eec18ab2 (diff)
downloademacs-16f00e36dc2292db08e7bc88bd25e55c0cbf99f7.tar.gz
emacs-16f00e36dc2292db08e7bc88bd25e55c0cbf99f7.zip
* admin/admin.el (set-version): Trap yet another NEWS error.
Diffstat (limited to 'admin')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 923f0100820..310cd54e957 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -151,7 +151,7 @@ Root must be the root of an Emacs source tree."
151 (display-warning 'admin 151 (display-warning 'admin
152 "NEWS file contains empty sections - remove them?")) 152 "NEWS file contains empty sections - remove them?"))
153 (goto-char (point-min)) 153 (goto-char (point-min))
154 (if (re-search-forward "^\\(\\+\\+\\+ *\\|--- *\\)$" nil t) 154 (if (re-search-forward "^\\(\\+\\+\\+ *$\\|--- *$\\|Temporary note:\\)" nil t)
155 (display-warning 'admin 155 (display-warning 'admin
156 "NEWS file still contains temporary markup. 156 "NEWS file still contains temporary markup.
157Documentation changes might not have been completed!")))) 157Documentation changes might not have been completed!"))))