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

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

[elpa] 07/07: [gnugo] Declare dependency on ‘ascii-art-to-unicode’.


From: Thien-Thi Nguyen
Subject: [elpa] 07/07: [gnugo] Declare dependency on ‘ascii-art-to-unicode’.
Date: Sat, 05 Apr 2014 11:09:31 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 3f390d3c07aa4ef3c462022066a219dcafce56f3
Author: Thien-Thi Nguyen <address@hidden>
Date:   Sat Apr 5 12:36:16 2014 +0200

    [gnugo] Declare dependency on ‘ascii-art-to-unicode’.
    
    Omission from 2014-04-03, "Add command
    ‘gnugo-frolic-in-the-leaves’ and keybinding".
    
    * packages/gnugo/gnugo.el [Package-Requires]: New header.
---
 packages/gnugo/gnugo.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index abf27f5..e45a6ff 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -4,6 +4,7 @@
 
 ;; Author: Thien-Thi Nguyen <address@hidden>
 ;; Version: 2.3.1
+;; Package-Requires: ((ascii-art-to-unicode "1.5"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -917,7 +918,6 @@ are dimmed.  The buffer is in View minor mode."
                             "\n"))
                          (push one bef)))
               (edge (apply 'append tails))
-              ;; NB: This requires ascii-art-to-unicode.el 1.5 or later.
               (aa2u (line-beginning-position
                      (- (1+ (length forks))))
                     (point))))))))



reply via email to

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