Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d5d1f5fd
Commit
d5d1f5fd
authored
Oct 20, 2007
by
Dan Nicolaescu
Browse files
* play/decipher.el (decipher-keypress): Use forward-line.
parent
97546017
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/play/decipher.el
lisp/play/decipher.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d5d1f5fd
...
...
@@ -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):
...
...
lisp/play/decipher.el
View file @
d5d1f5fd
...
...
@@ -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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment