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

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

[elpa] 01/07: [gnugo int] Specify STREAM to ‘pp’ directly.


From: Thien-Thi Nguyen
Subject: [elpa] 01/07: [gnugo int] Specify STREAM to ‘pp’ directly.
Date: Sat, 05 Apr 2014 11:09:29 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 114e3549ec0c3027541fb97fb1d98b62d0a806de
Author: Thien-Thi Nguyen <address@hidden>
Date:   Sat Apr 5 10:06:34 2014 +0200

    [gnugo int] Specify STREAM to ‘pp’ directly.
    
    * packages/gnugo/gnugo.el (gnugo-describe-internal-properties):
    ...here, instead of ‘let’-binding ‘standard-output’.
---
 packages/gnugo/gnugo.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index c271f8e..a097075 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -273,8 +273,8 @@ Handle the big, slow-to-render, and/or uninteresting ones 
specially."
     (emacs-lisp-mode)
     (setq truncate-lines t)
     (save-excursion
-      (let ((standard-output (current-buffer)))
-        (pp (reverse acc)))
+      (pp (reverse acc)
+          (current-buffer))
       (goto-char (point-min))
       (let ((rx (format "overlay from \\([0-9]+\\).+\n%s\\s-+"
                         (if (string= "" d)



reply via email to

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