mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(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:
parent
14b84c94f8
commit
fbee29e6e1
2 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue