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:
parent
5a00a61681
commit
c5b45d252a
2 changed files with 5 additions and 1 deletions
|
@ -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().
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue