emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo e837853 226/357: [gnugo int] Declare ‘lexical-bi


From: Stefan Monnier
Subject: [elpa] externals/gnugo e837853 226/357: [gnugo int] Declare ‘lexical-binding: t’.
Date: Sun, 29 Nov 2020 14:51:27 -0500 (EST)

branch: externals/gnugo
commit e8378530dd66977d82f650895d8febb25745b2f6
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo int] Declare ‘lexical-binding: t’.
    
    * packages/gnugo/gnugo.el: ...here, in first-line comment.
---
 HACKING  | 2 --
 gnugo.el | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/HACKING b/HACKING
index 5e54748..7ce9fa1 100644
--- a/HACKING
+++ b/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/gnugo.el b/gnugo.el
index 498da71..5ce9564 100644
--- a/gnugo.el
+++ b/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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]