1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
nobu 2003-04-12 12:03:26 +00:00
parent 6cdf714126
commit f79b715829

View file

@ -832,7 +832,7 @@ An end of a defun is found by moving forward from the beginning of one."
(skip-chars-forward "<"))
(not expr))))
(setq i (1- i)))
((error) (forward-word)))
((error) (forward-word 1)))
i)))
(defun-region-command ruby-backward-sexp (&optional cnt)