1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.

use M-; instead.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-01-27 14:14:24 +00:00
parent 5a00a61681
commit c5b45d252a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu Jan 27 23:14:19 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.
use M-; instead.
Thu Jan 27 21:58:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com> Thu Jan 27 21:58:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* bignum.c (rb_str_to_inum): get rid of too huge alloca(). * bignum.c (rb_str_to_inum): get rid of too huge alloca().

View file

@ -173,7 +173,6 @@
(define-key ruby-mode-map "\C-c\C-e" 'ruby-insert-end) (define-key ruby-mode-map "\C-c\C-e" 'ruby-insert-end)
(define-key ruby-mode-map "\C-j" 'ruby-reindent-then-newline-and-indent) (define-key ruby-mode-map "\C-j" 'ruby-reindent-then-newline-and-indent)
(define-key ruby-mode-map "\C-m" 'newline) (define-key ruby-mode-map "\C-m" 'newline)
(define-key ruby-mode-map "\C-c\C-c" 'comment-region)
(define-key ruby-mode-map "\C-c\C-u" 'uncomment-region)) (define-key ruby-mode-map "\C-c\C-u" 'uncomment-region))
(defvar ruby-mode-syntax-table nil (defvar ruby-mode-syntax-table nil