Mercurial > emacs
changeset 58242:239eb406bf92
(auto-insert-alist): Insert the user's name in copyright notice,
rather than Free Software Foundation, for the Emacs Lisp header case
too.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 15 Nov 2004 20:46:17 +0000 |
parents | 4aa6d60fc66c |
children | d1148cd7ee88 |
files | lisp/autoinsert.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autoinsert.el Mon Nov 15 19:31:54 2004 +0000 +++ b/lisp/autoinsert.el Mon Nov 15 20:46:17 2004 +0000 @@ -167,7 +167,7 @@ ";;; " (file-name-nondirectory (buffer-file-name)) " --- " str " ;; Copyright (C) " (substring (current-time-string) -4) " " - (getenv "ORGANIZATION") | "Free Software Foundation, Inc." " + (getenv "ORGANIZATION") | (progn user-full-name) " ;; Author: " (user-full-name) '(if (search-backward "&" (line-beginning-position) t)