aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
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
122012-09-06 Stefan Monnier <monnier@iro.umontreal.ca> 152012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13 16