diff lisp/emacs-lisp/copyright.el @ 657:fec3f9a1e3e5

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 20:24:49 +0000
parents 10b56d2a2c2b
children 2011f5e67975
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Sat May 30 19:21:46 1992 +0000
+++ b/lisp/emacs-lisp/copyright.el	Sat May 30 20:24:49 1992 +0000
@@ -1,3 +1,5 @@
+;;; upd-copyr.el --- update the copyright notice in a GNU Emacs elisp file
+
 ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
 ;;; Written by Roland McGrath.
 ;;;
@@ -128,3 +130,5 @@
   nil)
 
 (provide 'upd-copyr)
+
+;;; upd-copyr.el ends here