diff options
Diffstat (limited to 'admin/admin.el')
| -rw-r--r-- | admin/admin.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el index 3405d36520a..05cd7f94467 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -152,6 +152,7 @@ Root must be the root of an Emacs source tree." | |||
| 152 | "/* development, alpha, beta, or final (release) */")))))) | 152 | "/* development, alpha, beta, or final (release) */")))))) |
| 153 | 153 | ||
| 154 | ;; Note this makes some assumptions about form of short copyright. | 154 | ;; Note this makes some assumptions about form of short copyright. |
| 155 | ;; FIXME add the \year in the refcards/*.tex files. | ||
| 155 | (defun set-copyright (root copyright) | 156 | (defun set-copyright (root copyright) |
| 156 | "Set Emacs short copyright to COPYRIGHT in relevant files under ROOT. | 157 | "Set Emacs short copyright to COPYRIGHT in relevant files under ROOT. |
| 157 | Root must be the root of an Emacs source tree." | 158 | Root must be the root of an Emacs source tree." |