diff options
| author | Dmitry Gutov | 2012-07-20 07:10:25 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-07-20 07:10:25 -0400 |
| commit | c28662a8dc4fefae711b21fcb7a71e871e37d1e6 (patch) | |
| tree | 37b6cf9b6caced945b938195028c95697fd2adf1 /lisp/ChangeLog | |
| parent | 87ab808f0c0b2653a4a314d216c2afb44cfb2fc9 (diff) | |
| download | emacs-c28662a8dc4fefae711b21fcb7a71e871e37d1e6.tar.gz emacs-c28662a8dc4fefae711b21fcb7a71e871e37d1e6.zip | |
* lisp/progmodes/ruby-mode.el (ruby-parse-partial): No error when end
up inside string symbol literal.
* test/automated/ruby-mode-tests.el: New file with one test.
Fixes: debbugs:11923
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 8edae88c1da..d7cb05c0664 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-20 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el (ruby-parse-partial): No error when end | ||
| 4 | up inside string symbol literal (bug#11923). | ||
| 5 | |||
| 1 | 2012-07-20 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-07-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * startup.el (fancy-startup-text): Read the whole tutorial, not | 8 | * startup.el (fancy-startup-text): Read the whole tutorial, not |