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

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

[elpa] externals/gnugo a667440 298/357: [gnugo int] Fix up gnugo-frolic


From: Stefan Monnier
Subject: [elpa] externals/gnugo a667440 298/357: [gnugo int] Fix up gnugo-frolic.el ‘require’ forms.
Date: Sun, 29 Nov 2020 14:51:43 -0500 (EST)

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

    [gnugo int] Fix up gnugo-frolic.el ‘require’ forms.
    
    * packages/gnugo/gnugo.el: Move ‘(require 'ascii-art-to-unicode)’ from 
here...
    * packages/gnugo/gnugo-frolic.el: ...to here.
    Also, require ‘gnugo’.
---
 gnugo-frolic.el | 3 +++
 gnugo.el        | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnugo-frolic.el b/gnugo-frolic.el
index 51088bc..be6b2ac 100644
--- a/gnugo-frolic.el
+++ b/gnugo-frolic.el
@@ -20,6 +20,9 @@
 
 ;;; Code:
 
+(require 'gnugo)
+(require 'ascii-art-to-unicode)         ; for `aa2u'
+
 (defvar gnugo-frolic-mode-map nil
   "Keymap for GNUGO Frolic mode.")
 
diff --git a/gnugo.el b/gnugo.el
index ccc291b..4b362a5 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -92,7 +92,6 @@
 ;;; Code:
 
 (eval-when-compile (require 'cl))       ; use the source luke!
-(require 'ascii-art-to-unicode)         ; for `aa2u'
 (require 'time-date)                    ; for `time-subtract'
 
 ;;;---------------------------------------------------------------------------



reply via email to

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