diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/play/decipher.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca1bdb0b0df..1e20685832e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | (compilation-skip-threshold, compilation-skip-visited): Move | 9 | (compilation-skip-threshold, compilation-skip-visited): Move |
| 10 | definitions earlier. | 10 | definitions earlier. |
| 11 | 11 | ||
| 12 | * play/decipher.el (decipher-keypress): | ||
| 12 | * play/zone.el (zone-fall-through-ws): | 13 | * play/zone.el (zone-fall-through-ws): |
| 13 | * play/landmark.el (lm-move-down, lm-move-up): | 14 | * play/landmark.el (lm-move-down, lm-move-up): |
| 14 | * play/handwrite.el (handwrite): | 15 | * play/handwrite.el (handwrite): |
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: | |||
| 352 | (t | 352 | (t |
| 353 | (error "Bad location"))))) | 353 | (error "Bad location"))))) |
| 354 | (let (goal-column) | 354 | (let (goal-column) |
| 355 | (previous-line 1))) | 355 | (forward-line -1))) |
| 356 | (let ((char-a (following-char)) | 356 | (let ((char-a (following-char)) |
| 357 | (char-b (decipher-last-command-char))) | 357 | (char-b (decipher-last-command-char))) |
| 358 | (or (and (not (= ?w (char-syntax char-a))) | 358 | (or (and (not (= ?w (char-syntax char-a))) |