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

* misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring

this library succeeds.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2012-01-18 09:12:54 +00:00
parent d3b540cf40
commit 10e85b7f84
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Wed Jan 18 18:11:02 2012 Akinori MUSHA <knu@iDaemons.org>
* misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
this library succeeds.
Wed Jan 18 18:06:45 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/curses/curses.c (cWindow, cMouseEvent): made typed data.

View file

@ -81,3 +81,5 @@
1 rdoc-description-face) ; labeled | node
;(list "^\\s +\\(.*\\)" 1 rdoc-verbatim-face)
))
(provide 'rdoc-mode)