]> git.eshelyaron.com Git - emacs.git/commitdiff
* autoinsert.el (auto-insert-alist): Make the value of
authorLeo Liu <sdl.web@gmail.com>
Mon, 23 Sep 2013 04:21:41 +0000 (12:21 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 23 Sep 2013 04:21:41 +0000 (12:21 +0800)
lexical-binding match its file setting.

lisp/ChangeLog
lisp/autoinsert.el

index b2e09b181129805764f0bb5c95ccef8016cf12d1..c25462dbe3ab0b5b42809732fb2d9b0e07ee6381 100644 (file)
@@ -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.
index daa654889b63fbbb5f6f7bb2153b21f18b3007fa..3801a7903749fa56e7e62b478ca92ad39a2776ee 100644 (file)
@@ -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") "  "