mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* autoinsert.el (auto-insert-alist): Make the value of
lexical-binding match its file setting.
This commit is contained in:
parent
d4a9284f20
commit
332153538c
@ -1,3 +1,8 @@
|
||||
2013-09-23 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* autoinsert.el (auto-insert-alist): Make the value of
|
||||
lexical-binding match its file setting.
|
||||
|
||||
2013-09-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
|
||||
|
@ -166,7 +166,7 @@ If this contains a %s, that will be replaced by the matching rule."
|
||||
"Short description: "
|
||||
";;; " (file-name-nondirectory (buffer-file-name)) " --- " str
|
||||
(make-string (max 2 (- 80 (current-column) 27)) ?\s)
|
||||
"-*- lexical-binding: t; -*-"
|
||||
"-*- lexical-binding: t; -*-" '(setq lexical-binding t)
|
||||
"
|
||||
|
||||
;; Copyright (C) " (format-time-string "%Y") " "
|
||||
|
Loading…
Reference in New Issue
Block a user