diff lisp/play/gomoku.el @ 111574:a92967e45167

merge trunk
author Kenichi Handa <handa@m17n.org>
date Wed, 17 Nov 2010 13:09:08 +0900
parents 721dbc4f6c02
children 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/play/gomoku.el	Mon Nov 08 14:19:54 2010 +0900
+++ b/lisp/play/gomoku.el	Wed Nov 17 13:09:08 2010 +0900
@@ -929,11 +929,7 @@
   "Display a message asking for Human's move."
   (message (if (zerop gomoku-number-of-human-moves)
 	       "Your move?  (Move to a free square and hit X, RET ...)"
-	       "Your move?"))
-  ;; This may seem silly, but if one omits the following line (or a similar
-  ;; one), the cursor may very well go to some place where POINT is not.
-  ;; FIXME: this can't be right!!  --Stef
-  (save-excursion (set-buffer (other-buffer))))
+	       "Your move?")))
 
 (defun gomoku-prompt-for-other-game ()
   "Ask for another game, and start it."