From 332153538c3268edb9154fbe29a6fdc5e012e595 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Mon, 23 Sep 2013 12:21:41 +0800 Subject: [PATCH] * autoinsert.el (auto-insert-alist): Make the value of lexical-binding match its file setting. --- lisp/ChangeLog | 5 +++++ lisp/autoinsert.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2e09b18112..c25462dbe3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-09-23 Leo Liu + + * autoinsert.el (auto-insert-alist): Make the value of + lexical-binding match its file setting. + 2013-09-23 Juanma Barranquero * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument. diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index daa654889b6..3801a790374 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -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") " " -- 2.39.2