changeset 85479:e621c5bb81d0

* play/decipher.el (decipher-keypress): Use forward-line.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 20 Oct 2007 06:53:06 +0000
parents 786d3a985758
children 136dbf2a6936
files lisp/ChangeLog lisp/play/decipher.el
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 20 06:30:18 2007 +0000
+++ b/lisp/ChangeLog	Sat Oct 20 06:53:06 2007 +0000
@@ -9,6 +9,7 @@
 	(compilation-skip-threshold, compilation-skip-visited): Move
 	definitions earlier.
 
+	* play/decipher.el (decipher-keypress):
 	* play/zone.el (zone-fall-through-ws):
 	* play/landmark.el (lm-move-down, lm-move-up):
 	* play/handwrite.el (handwrite):
--- a/lisp/play/decipher.el	Sat Oct 20 06:30:18 2007 +0000
+++ b/lisp/play/decipher.el	Sat Oct 20 06:53:06 2007 +0000
@@ -352,7 +352,7 @@
                (t
                 (error "Bad location")))))
           (let (goal-column)
-            (previous-line 1)))
+            (forward-line -1)))
       (let ((char-a (following-char))
             (char-b (decipher-last-command-char)))
         (or (and (not (= ?w (char-syntax char-a)))