aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-03-06 22:56:29 +0400
committerDmitry Gutov2013-03-06 22:56:29 +0400
commitab89e9f9a594c30ce4c04e6d502bee3beaefe908 (patch)
tree1f41ac1aab95f08ab04f3ffb6210b5156d461e6b /lisp/ChangeLog
parenta611149e46d0a6927e9c276d4cf2089b7cfb7e05 (diff)
downloademacs-ab89e9f9a594c30ce4c04e6d502bee3beaefe908.tar.gz
emacs-ab89e9f9a594c30ce4c04e6d502bee3beaefe908.zip
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Only
propertize regexp when not inside a string. Fixes: debbugs:13885
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 18242539cca..cef47715dc0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Only
4 propertize regexp when not inside a string (Bug#13885).
5
12013-03-06 Alan Mackenzie <acm@muc.de> 62013-03-06 Alan Mackenzie <acm@muc.de>
2 7
3 Correct the position of point in some line-up functions. 8 Correct the position of point in some line-up functions.