]> code.delx.au - gnu-emacs/blobdiff - lisp/autoinsert.el
lisp/gnus/gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail reading
[gnu-emacs] / lisp / autoinsert.el
index daa654889b63fbbb5f6f7bb2153b21f18b3007fa..06cfa80f5ac2366880ea43f9888fe09faa11fce7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
 
-;; Copyright (C) 1985-1987, 1994-1995, 1998, 2000-2013 Free Software
+;; Copyright (C) 1985-1987, 1994-1995, 1998, 2000-2014 Free Software
 ;; Foundation, Inc.
 
 ;; Author: Charlie Martin <crm@cs.duke.edu>
@@ -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") "  "