diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el index 90aac3d43de..650cf47b807 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -144,7 +144,7 @@ Root must be the root of an Emacs source tree." | |||
| 144 | (unless (> (length newversion) 2) ; pretest or release candidate? | 144 | (unless (> (length newversion) 2) ; pretest or release candidate? |
| 145 | (with-temp-buffer | 145 | (with-temp-buffer |
| 146 | (insert-file-contents newsfile) | 146 | (insert-file-contents newsfile) |
| 147 | (if (re-search-forward "^\\(+++ *\\|--- *\\)$" nil t) | 147 | (if (re-search-forward "^\\(\\+\\+\\+ *\\|--- *\\)$" nil t) |
| 148 | (display-warning 'admin | 148 | (display-warning 'admin |
| 149 | "NEWS file still contains temporary markup. | 149 | "NEWS file still contains temporary markup. |
| 150 | Documentation changes might not have been completed!")))) | 150 | Documentation changes might not have been completed!")))) |