From 7e14b75a15092fae644fdcebeacc71bcf71a900e Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Mon, 15 Nov 2004 20:46:17 +0000 Subject: (auto-insert-alist): Insert the user's name in copyright notice, rather than Free Software Foundation, for the Emacs Lisp header case too. --- lisp/autoinsert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/autoinsert.el') diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 88acbd04792..ea3df8efa68 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -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) -- cgit v1.2.1