]> code.delx.au - gnu-emacs/blobdiff - lisp/autoinsert.el
Don't reload eww pages when browsing to different #targets
[gnu-emacs] / lisp / autoinsert.el
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") "  "