branch: externals/ampc
commit 70dbe1918fc2c86bdedfba03176f5ff0ed34b74f
Author: Christopher Schmidt <christop...@ch.ristopher.com>
Commit: Christopher Schmidt <christop...@ch.ristopher.com>

    * Move file local lexical binding specification to first line.  Workaround
    limitation reported in Emacs bug 12049.
    All emacs lisp files changed.
---
 ampc.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ampc.el b/ampc.el
index 57086e950d..458e49227a 100644
--- 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:

Reply via email to