Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
96eb829a
Commit
96eb829a
authored
Jul 05, 2013
by
Leo Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* autoinsert.el (auto-insert-alist): Default to lexical-binding.
parent
9f1d94c0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/autoinsert.el
lisp/autoinsert.el
+4
-1
No files found.
lisp/ChangeLog
View file @
96eb829a
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)
...
...
lisp/autoinsert.el
View file @
96eb829a
...
...
@@ -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) "
...
...
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