diff options
| author | Glenn Morris | 2013-03-09 12:22:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-03-09 12:22:27 -0800 |
| commit | 78cd48e721d04b94b35f6e02e7c1022092bf702e (patch) | |
| tree | d5b09baf2027c74911c7b4d182c090e4c0172893 /admin/admin.el | |
| parent | 8c39e8217487c352f824c7770430170a877cec07 (diff) | |
| download | emacs-78cd48e721d04b94b35f6e02e7c1022092bf702e.tar.gz emacs-78cd48e721d04b94b35f6e02e7c1022092bf702e.zip | |
* admin.el: Comment
Add missing ChangeLog portion for previous change.
Diffstat (limited to 'admin/admin.el')
| -rw-r--r-- | admin/admin.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el index e7ef222f424..fd9bde29f46 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -28,6 +28,10 @@ | |||
| 28 | 28 | ||
| 29 | (defvar add-log-time-format) ; in add-log | 29 | (defvar add-log-time-format) ; in add-log |
| 30 | 30 | ||
| 31 | ;; Does this information need to be in every ChangeLog, as opposed to | ||
| 32 | ;; just the top-level one? Only if you allow changes the same | ||
| 33 | ;; day as the release. | ||
| 34 | ;; http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00161.html | ||
| 31 | (defun add-release-logs (root version &optional date) | 35 | (defun add-release-logs (root version &optional date) |
| 32 | "Add \"Version VERSION released.\" change log entries in ROOT. | 36 | "Add \"Version VERSION released.\" change log entries in ROOT. |
| 33 | Root must be the root of an Emacs source tree. | 37 | Root must be the root of an Emacs source tree. |