(auto-insert-alist): Insert the user's name in copyright notice,

rather than Free Software Foundation, for the Emacs Lisp header case
too.
This commit is contained in:
John Paul Wallington 2004-11-15 20:50:08 +00:00
parent 14b84c94f8
commit fbee29e6e1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-11-15 John Paul Wallington <jpw@gnu.org>
* autoinsert.el (auto-insert-alist): Insert the user's name in
copyright notice, rather than Free Software Foundation, for the
Emacs Lisp header case too.
2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.

View file

@ -167,7 +167,7 @@ If this contains a %s, that will be replaced by the matching rule."
";;; " (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)