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

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

[elpa] 29/51: [gnugo] Indicate buffer not modified after load.


From: Thien-Thi Nguyen
Subject: [elpa] 29/51: [gnugo] Indicate buffer not modified after load.
Date: Mon, 24 Feb 2014 12:30:22 +0000

ttn pushed a commit to branch master
in repository elpa.

commit f0ec51e4beb258865428e89e1acbfdaf41f1362b
Author: Thien-Thi Nguyen <address@hidden>
Date:   Tue Feb 11 10:22:15 2014 +0100

    [gnugo] Indicate buffer not modified after load.
    
    * packages/gnugo/gnugo.el (gnugo-read-sgf-file):
    Clear buffer-modified state at end.
---
 packages/gnugo/gnugo.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 8f218ed..593aba2 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1278,6 +1278,7 @@ If FILENAME already exists, Emacs confirms that you wish 
to overwrite it."
                  t)
         (gnugo-close-game nil game-over)))
     (gnugo-refresh t)
+    (set-buffer-modified-p nil)
     (message "GNU Go %splays as %s, you as %s (%s)"
              (if samep "" "now ")
              wait play (if samep



reply via email to

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