]> code.delx.au - gnu-emacs/blobdiff - lisp/autoinsert.el
Replace lisp-indent-hook with lisp-indent-function throughout.
[gnu-emacs] / lisp / autoinsert.el
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)