[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 01/01: [gnugo int] Declare ‘l exical-binding: t’.
From: |
Thien-Thi Nguyen |
Subject: |
[elpa] 01/01: [gnugo int] Declare ‘l exical-binding: t’. |
Date: |
Sat, 19 Apr 2014 18:40:47 +0000 |
ttn pushed a commit to branch master
in repository elpa.
commit 1905244ada36189d940fdf7e40d3498ae8917fed
Author: Thien-Thi Nguyen <address@hidden>
Date: Sat Apr 19 20:44:04 2014 +0200
[gnugo int] Declare ‘lexical-binding: t’.
* packages/gnugo/gnugo.el: ...here, in first-line comment.
---
packages/gnugo/HACKING | 2 --
packages/gnugo/gnugo.el | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/packages/gnugo/HACKING b/packages/gnugo/HACKING
index 5e54748..7ce9fa1 100644
--- a/packages/gnugo/HACKING
+++ b/packages/gnugo/HACKING
@@ -8,8 +8,6 @@ This file is both a guide for newcomers and a todo list for
oldstayers.
*** no error-handling in SGF parsing
*** performance -- ‘compare-strings’ approach too clever/slow :-/
* ideas / wishlist
-*** set ‘lexical-binding’ (if possible!)
- Hmm, lots of symbol trickery going on; initial attempts FAIL.
*** add a few screenshots to package
*** revamp image support
*** talk GTP over the network
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 498da71..5ce9564 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1,4 +1,4 @@
-;;; gnugo.el --- play GNU Go in a buffer
+;;; gnugo.el --- play GNU Go in a buffer -*- lexical-binding: t -*-
;; Copyright (C) 2014 Free Software Foundation, Inc.