Mercurial > emacs
changeset 55040:4728f7603f2a
(auto-insert-alist): Insert the user's name in
copyright notice, rather than Free Software Foundation.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Apr 2004 19:09:01 +0000 |
parents | 413a22a92995 |
children | 1376729a93a7 |
files | lisp/autoinsert.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autoinsert.el Wed Apr 21 16:09:23 2004 +0000 +++ b/lisp/autoinsert.el Wed Apr 21 19:09:01 2004 +0000 @@ -136,7 +136,7 @@ (("\\.[1-9]\\'" . "Man page skeleton") "Short description: " ".\\\" Copyright (C), " (substring (current-time-string) -4) " " - (getenv "ORGANIZATION") | "Free Software Foundation, Inc." + (getenv "ORGANIZATION") | (progn user-full-name) " .\\\" You may distribute this file under the terms of the GNU Free .\\\" Documentation Licence.