Mercurial > emacs
diff lisp/autoinsert.el @ 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 | 4728f7603f2a |
| children | e6350e6a85be b637c617432f |
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)
