diff options
| author | Bozhidar Batsov | 2013-11-02 03:55:15 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2013-11-02 03:55:15 +0400 |
| commit | 6f9260e8f83078698c8a50756ecdfd13e61a80ec (patch) | |
| tree | b8e69ead400c37dc455a1ecc376d21584d08472d /lisp/ChangeLog | |
| parent | 6014de8418e260b9bdbcc2faa6dac7e0b6324b19 (diff) | |
| download | emacs-6f9260e8f83078698c8a50756ecdfd13e61a80ec.tar.gz emacs-6f9260e8f83078698c8a50756ecdfd13e61a80ec.zip | |
* lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
table and abbrev table, `define-derived-mode' does that for us
anyway.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69240aba4ef..e4438e0f497 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax | ||
| 4 | table and abbrev table, `define-derived-mode' does that for us | ||
| 5 | anyway. | ||
| 6 | |||
| 1 | 2013-11-01 Glenn Morris <rgm@gnu.org> | 7 | 2013-11-01 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * Makefile.in: Remove manual mh-e dependencies (writing .elc | 9 | * Makefile.in: Remove manual mh-e dependencies (writing .elc |