]> code.delx.au - gnu-emacs-elpa/commitdiff
* Move file local lexical binding specification to first line. Workaround
authorChristopher Schmidt <christopher@ch.ristopher.com>
Fri, 3 Aug 2012 07:35:02 +0000 (09:35 +0200)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Fri, 3 Aug 2012 07:35:02 +0000 (09:35 +0200)
limitation reported in Emacs bug 12049.
All emacs lisp files changed.

ampc.el
emacswiki-generator.el

diff --git a/ampc.el b/ampc.el
index 57086e950d970c311b954c991108f12371c5863c..458e49227acdad33b083b209e19958a12d8ebd3f 100644 (file)
--- a/ampc.el
+++ b/ampc.el
@@ -1,4 +1,4 @@
-;;; ampc.el --- Asynchronous Music Player Controller
+;;; ampc.el --- Asynchronous Music Player Controller -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
@@ -2204,7 +2204,6 @@ default to the ones specified in `ampc-default-server'."
 ;; Local Variables:
 ;; eval: (outline-minor-mode 1)
 ;; outline-regexp: ";;; \\*+"
-;; lexical-binding: t
 ;; fill-column: 80
 ;; indent-tabs-mode: nil
 ;; End:
index 33560a42ffb2331cff1a0c059e5c4a4e877413ef..ae0854a8bc3768f5e8572dbe5c73920e005245f0 100644 (file)
@@ -1,3 +1,4 @@
+;; -*- lexical-binding: t -*-
 ;; Copyright (C) 2012 Free Software Foundation, Inc.
 
 ;; Author: Christopher Schmidt <christopher@ch.ristopher.com>
@@ -61,7 +62,6 @@
   (insert data))
 
 ;; Local Variables:
-;; lexical-binding: t
 ;; fill-column: 80
 ;; indent-tabs-mode: nil
 ;; End: