diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-04-21 19:09:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-04-21 19:09:01 +0000 |
commit | 12148b0e3bb5e197a3e4150fd61cf4c4fcffb1a7 (patch) | |
tree | 124e3f4086fba18a16e8daf722e2f8ba95d8a700 /lisp/autoinsert.el | |
parent | d58f8753fb07765becc40b53bcb1f48e20c1483a (diff) | |
download | emacs-12148b0e3bb5e197a3e4150fd61cf4c4fcffb1a7.tar.gz |
(auto-insert-alist): Insert the user's name in
copyright notice, rather than Free Software Foundation.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 489593aa925..88acbd04792 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -136,7 +136,7 @@ If this contains a %s, that will be replaced by the matching rule." (("\\.[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. |