summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2004-11-15 20:46:17 +0000
committerJohn Paul Wallington <jpw@pobox.com>2004-11-15 20:46:17 +0000
commit7e14b75a15092fae644fdcebeacc71bcf71a900e (patch)
tree10b21523456d81b5046802f9d541b0c819ccae62 /lisp/autoinsert.el
parent057ba1742f4b0ae96cd24b860f34cabda62e2459 (diff)
downloademacs-7e14b75a15092fae644fdcebeacc71bcf71a900e.tar.gz
(auto-insert-alist): Insert the user's name in copyright notice,
rather than Free Software Foundation, for the Emacs Lisp header case too.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el2
1 files changed, 1 insertions, 1 deletions
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)