aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-11-02 05:10:10 +0400
committerDmitry Gutov2013-11-02 05:10:10 +0400
commit7ffd37219b311035fd346a126d7799cb53c6c73d (patch)
tree019bd2432af865a67831367d25fda06f84e94a19 /lisp/ChangeLog
parenta3996a2eba1a85e33da320f7bcec0e714ea1d6d6 (diff)
downloademacs-7ffd37219b311035fd346a126d7799cb53c6c73d.tar.gz
emacs-7ffd37219b311035fd346a126d7799cb53c6c73d.zip
* lisp/progmodes/ruby-mode.el Use `syntax-propertize-function'
unconditionally. Remove now unnecessary forward declarations. Remove XEmacs-specific setup. (ruby-here-doc-end-re, ruby-here-doc-beg-match) (ruby-font-lock-syntactic-keywords) (ruby-comment-beg-syntax, ruby-in-here-doc-p) (ruby-here-doc-find-end, ruby-here-doc-beg-syntax) (ruby-here-doc-end-syntax): Remove. (ruby-mode): Don't check whether `syntax-propertize-rules' is defined as function.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc8cc973423..3de7afba477 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12013-11-02 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el Use `syntax-propertize-function'
4 unconditionally. Remove now unnecessary forward declarations.
5 Remove XEmacs-specific setup.
6 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7 (ruby-font-lock-syntactic-keywords)
8 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
9 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
10 (ruby-here-doc-end-syntax): Remove.
11 (ruby-mode): Don't check whether `syntax-propertize-rules' is
12 defined as function.
13
12013-11-02 Bozhidar Batsov <bozhidar@batsov.com> 142013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
2 15
3 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'. 16 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.