* misc/ruby-mode.el (ruby-forward-sexp): missed argument for forward-word.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6cdf714126
commit
f79b715829
@ -832,7 +832,7 @@ An end of a defun is found by moving forward from the beginning of one."
|
|||||||
(skip-chars-forward "<"))
|
(skip-chars-forward "<"))
|
||||||
(not expr))))
|
(not expr))))
|
||||||
(setq i (1- i)))
|
(setq i (1- i)))
|
||||||
((error) (forward-word)))
|
((error) (forward-word 1)))
|
||||||
i)))
|
i)))
|
||||||
|
|
||||||
(defun-region-command ruby-backward-sexp (&optional cnt)
|
(defun-region-command ruby-backward-sexp (&optional cnt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user