diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 219fd382e50..179d5be11ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | * progmodes/ruby-mode.el (ruby-end-of-defun) | 8 | * progmodes/ruby-mode.el (ruby-end-of-defun) |
| 9 | (ruby-beginning-of-defun): Simplify, allow indentation before | 9 | (ruby-beginning-of-defun): Simplify, allow indentation before |
| 10 | block beginning and end keywords. | 10 | block beginning and end keywords. |
| 11 | (ruby-beginning-of-defun): Only consider 3 keywords defun beginners. | ||
| 12 | (ruby-end-of-defun): Expect that the point is at the beginning of | ||
| 13 | the defun. | ||
| 11 | 14 | ||
| 12 | 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 13 | 16 | ||