aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2014-03-27 08:53:13 +0200
committerDmitry Gutov2014-03-27 08:53:13 +0200
commit42ebc34ea8f93efe5b23c0124691207f32055666 (patch)
tree5e4af15b8b2b09e19b815fbac41e39adcbdc4bb0 /lisp/ChangeLog
parent857ba6ec4622ba658788b8cd5805e8e9e8a5db16 (diff)
downloademacs-42ebc34ea8f93efe5b23c0124691207f32055666.tar.gz
emacs-42ebc34ea8f93efe5b23c0124691207f32055666.zip
Fix bug#17097
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Don't propertize `?' or `!' as symbol constituent when after colon.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb256740a03..ff76cadf945 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4 Don't propertize `?' or `!' as symbol constituent when after
5 colon. (Bug#17097)
6
12014-03-27 Juanma Barranquero <lekktu@gmail.com> 72014-03-27 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795 9 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795