Thorsten Jolitz <tjol...@gmail.com> writes: > Nicolas Richard <theonewiththeevill...@yahoo.fr> writes: > > Hello, > >> I attach a patch which changs that and various other things related to >> the renaming, namely : the customize interface, the README, and a change >> in org-test (the one mentionned in <87a9et6mzz....@gmail.com> I guess). > > Good job. > > I wonder if a library can have two (provide ...) statements, in that > case ob-shell.el could have simply used both of these: > > ,----------------- > | (provide 'sh) > | (provide 'shell) > `-----------------
I meant ,----------------- | (provide 'ob-sh) | (provide 'ob-shell) `----------------- of course ... -- cheers, Thorsten