* lisp/progmodes/ruby-mode.el (ruby-beginning-of-defun)
commitfb549d640a32fb02bb8329727891de395e691c45
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 15 Apr 2013 23:07:14 +0000 (16 03:07 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 15 Apr 2013 23:07:14 +0000 (16 03:07 +0400)
tree5078c224de071e5df52bd773f7a538d919b19b1d
parent21e8fe2f857c0d7bb50809bc34d22586dc7da893
* lisp/progmodes/ruby-mode.el (ruby-beginning-of-defun)
(ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
to nil.
(ruby-end-of-defun): Remove the unused arg, change the docstring
to reflect that this function is only used as the value of
`end-of-defun-function'.
(ruby-beginning-of-defun): Remove "top-level" from the docstring,
to reflect an earlier change that beginning/end-of-defun functions
jump between methods in a class definition, as well as top-level
functions.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/automated/ruby-mode-tests.el