aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorBozhidar Batsov2014-12-09 19:43:24 +0200
committerBozhidar Batsov2014-12-09 19:45:03 +0200
commite8acfc7fb4a6c01d50ed121ca5ce2ed41f7b0db9 (patch)
treeec28e8b1842b88be5fd3fa371840aa675f11957a /lisp/ChangeLog
parent9b185aa1ae060025f5479cf8d6d64548aff8dbe3 (diff)
downloademacs-e8acfc7fb4a6c01d50ed121ca5ce2ed41f7b0db9.tar.gz
emacs-e8acfc7fb4a6c01d50ed121ca5ce2ed41f7b0db9.zip
Add a command for string quotes toggling to ruby-mode
* progmodes/ruby-mode.el (ruby-toggle-string-quotes): New command that allows you to quickly toggle between single-quoted and double-quoted string literals.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5ed3e47c7d9..3ab15aab243 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile 3 * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile
4 and Puppetfile. 4 and Puppetfile.
5 (ruby-toggle-string-quotes): New command that allows you to quickly
6 toggle between single-quoted and double-quoted string literals.
5 7
62014-12-09 Eric S. Raymond <esr@snark.thyrsus.com> 82014-12-09 Eric S. Raymond <esr@snark.thyrsus.com>
7 9