summaryrefslogtreecommitdiff
path: root/lisp/play/decipher.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-10-20 06:53:06 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-10-20 06:53:06 +0000
commitd5d1f5fdd81fbbda4e43a4c04dbf6e111fa78d48 (patch)
tree649f5f94a9501511cfb36dd3d36a7a1a67bebe2e /lisp/play/decipher.el
parent975460179e149d602524496a58ecf4702f12f8ba (diff)
downloademacs-d5d1f5fdd81fbbda4e43a4c04dbf6e111fa78d48.tar.gz
* play/decipher.el (decipher-keypress): Use forward-line.
Diffstat (limited to 'lisp/play/decipher.el')
-rw-r--r--lisp/play/decipher.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index 6b1644d58b0..930cee7f9d5 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -352,7 +352,7 @@ The most useful commands are:
(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)))