* autoinsert.el (auto-insert-alist): Default to lexical-binding.
This commit is contained in:
parent
9f1d94c0e6
commit
96eb829aa7
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-07-05 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* autoinsert.el (auto-insert-alist): Default to lexical-binding.
|
||||
|
||||
2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* frame.el (display-pixel-height, display-pixel-width)
|
||||
|
|
|
|||
|
|
@ -164,7 +164,10 @@ If this contains a %s, that will be replaced by the matching rule."
|
|||
|
||||
(("\\.el\\'" . "Emacs Lisp header")
|
||||
"Short description: "
|
||||
";;; " (file-name-nondirectory (buffer-file-name)) " --- " str "
|
||||
";;; " (file-name-nondirectory (buffer-file-name)) " --- " str
|
||||
(make-string (max 2 (- 80 (current-column) 27)) ?\s)
|
||||
"-*- lexical-binding: t; -*-"
|
||||
"
|
||||
|
||||
;; Copyright (C) " (format-time-string "%Y") " "
|
||||
(getenv "ORGANIZATION") | (progn user-full-name) "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue