Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
33215353
Commit
33215353
authored
Sep 23, 2013
by
Leo Liu
Browse files
* autoinsert.el (auto-insert-alist): Make the value of
lexical-binding match its file setting.
parent
d4a9284f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/autoinsert.el
lisp/autoinsert.el
+1
-1
No files found.
lisp/ChangeLog
View file @
33215353
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.
...
...
lisp/autoinsert.el
View file @
33215353
...
...
@@ -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"
)
" "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment