diff options
| author | Dmitry Gutov | 2013-03-06 22:56:29 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2013-03-06 22:56:29 +0400 |
| commit | ab89e9f9a594c30ce4c04e6d502bee3beaefe908 (patch) | |
| tree | 1f41ac1aab95f08ab04f3ffb6210b5156d461e6b /lisp/ChangeLog | |
| parent | a611149e46d0a6927e9c276d4cf2089b7cfb7e05 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-03-06 Alan Mackenzie <acm@muc.de> | 6 | 2013-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. |