rather than Free Software Foundation, for the Emacs Lisp header case
too.
+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.
";;; " (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)