summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 19:42:01 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 19:42:01 +0000
commitd46bac56adeb127a91b7fef565ac978590a46922 (patch)
tree14cf4bcde16be2d35d03ee38750bb1ee741b32fe /lisp/emacs-lisp
parent6cf0d154a1e22e6c8da5aa55245ba1fde2859d7b (diff)
downloademacs-d46bac56adeb127a91b7fef565ac978590a46922.tar.gz
emacs-d46bac56adeb127a91b7fef565ac978590a46922.tar.bz2
emacs-d46bac56adeb127a91b7fef565ac978590a46922.zip
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/copyright.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 3d111ba2c7e..8b03a68e01d 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -1,7 +1,9 @@
;;; upd-copyr.el --- update the copyright notice in a GNU Emacs elisp file
+;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
+;; Last-Modified: 03 Jun 1991
+
;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
-;;; Written by Roland McGrath.
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -18,6 +20,8 @@
;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
;;; 02139, USA.
+;;; Code:
+
(defconst current-year (substring (current-time-string) -4)
"String representing the current year.")