aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2012-09-07 09:06:05 +0400
committerDmitry Gutov2012-09-07 09:06:05 +0400
commit8f06accefa669c323731525946eeaef4a3decf6d (patch)
tree5816045f934587b2dd1923d06f89813da2d44aef /lisp/ChangeLog
parent74c582e64c6b14545fd4188a604e313cbe56a89f (diff)
downloademacs-8f06accefa669c323731525946eeaef4a3decf6d.tar.gz
emacs-8f06accefa669c323731525946eeaef4a3decf6d.zip
* lisp/progmodes/ruby-mode.el
(ruby-beginning-of-defun): Only consider 3 keywords defun beginners. (ruby-end-of-defun): Expect that the point is at the beginning of the defun.
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