mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* misc/ruby-additional.el: Properly quote the body. An unquoted
body given to eval-after-load is evaluated immediately! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a6ae6a8b17
commit
42b72a08d1
2 changed files with 96 additions and 91 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Oct 3 00:17:15 2013 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
|
* misc/ruby-additional.el: Properly quote the body. An unquoted
|
||||||
|
body given to eval-after-load is evaluated immediately!
|
||||||
|
|
||||||
Wed Oct 2 21:38:30 2013 Yusuke Endoh <mame@tsg.ne.jp>
|
Wed Oct 2 21:38:30 2013 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
* ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.
|
* ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;; missing functions in Emacs 24.
|
;; missing functions in Emacs 24.
|
||||||
|
|
||||||
(eval-after-load "\\(\\`\\|/\\)ruby-mode\\.elc?\\(\\.gz\\)?\\'"
|
(eval-after-load 'ruby-mode
|
||||||
(progn
|
'(progn
|
||||||
(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-c{" 'ruby-toggle-block)
|
(define-key ruby-mode-map "\C-c{" 'ruby-toggle-block)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue