diff options
Diffstat (limited to 'lisp/autoinsert.el')
| -rw-r--r-- | lisp/autoinsert.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index c45d64e1cd9..daa654889b6 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -164,7 +164,10 @@ If this contains a %s, that will be replaced by the matching rule." | |||
| 164 | 164 | ||
| 165 | (("\\.el\\'" . "Emacs Lisp header") | 165 | (("\\.el\\'" . "Emacs Lisp header") |
| 166 | "Short description: " | 166 | "Short description: " |
| 167 | ";;; " (file-name-nondirectory (buffer-file-name)) " --- " str " | 167 | ";;; " (file-name-nondirectory (buffer-file-name)) " --- " str |
| 168 | (make-string (max 2 (- 80 (current-column) 27)) ?\s) | ||
| 169 | "-*- lexical-binding: t; -*-" | ||
| 170 | " | ||
| 168 | 171 | ||
| 169 | ;; Copyright (C) " (format-time-string "%Y") " " | 172 | ;; Copyright (C) " (format-time-string "%Y") " " |
| 170 | (getenv "ORGANIZATION") | (progn user-full-name) " | 173 | (getenv "ORGANIZATION") | (progn user-full-name) " |