comparison lisp/autoinsert.el @ 55040:4728f7603f2a

(auto-insert-alist): Insert the user's name in copyright notice, rather than Free Software Foundation.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Apr 2004 19:09:01 +0000
parents 695cf19ef79e
children 239eb406bf92 4c90ffeb71c5
comparison
equal deleted inserted replaced
55039:413a22a92995 55040:4728f7603f2a
134 (ada-mode . ada-header) 134 (ada-mode . ada-header)
135 135
136 (("\\.[1-9]\\'" . "Man page skeleton") 136 (("\\.[1-9]\\'" . "Man page skeleton")
137 "Short description: " 137 "Short description: "
138 ".\\\" Copyright (C), " (substring (current-time-string) -4) " " 138 ".\\\" Copyright (C), " (substring (current-time-string) -4) " "
139 (getenv "ORGANIZATION") | "Free Software Foundation, Inc." 139 (getenv "ORGANIZATION") | (progn user-full-name)
140 " 140 "
141 .\\\" You may distribute this file under the terms of the GNU Free 141 .\\\" You may distribute this file under the terms of the GNU Free
142 .\\\" Documentation Licence. 142 .\\\" Documentation Licence.
143 .TH " (file-name-sans-extension (file-name-nondirectory (buffer-file-name))) 143 .TH " (file-name-sans-extension (file-name-nondirectory (buffer-file-name)))
144 " " (file-name-extension (buffer-file-name)) 144 " " (file-name-extension (buffer-file-name))