]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-alist): Insert the user's name in copyright notice,
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 15 Nov 2004 20:50:08 +0000 (20:50 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 15 Nov 2004 20:50:08 +0000 (20:50 +0000)
rather than Free Software Foundation, for the Emacs Lisp header case
too.

lisp/ChangeLog
lisp/autoinsert.el

index 66016d5a3b204bca6387c1e73ac6916fab9d359a..ec09e11978645adb544164d00f284e7bba27e678 100644 (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.
index 88acbd047928913dbf758ae7fe68988f2a939e95..ea3df8efa68a0bdf05843fb813991f21580cdecc 100644 (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)