Re: [O] if featurep then require, why?

2012-04-02 Thread Bastien
Hi Peter, Peter Münster writes: > In `org-show-notification', there is > > (cond > [...] > ((featurep 'notifications) >(require 'notifications) > [...] > > Why is the (require 'notifications) needed? It is not. Fixed, thanks. -- Bastien

[O] if featurep then require, why?

2012-04-02 Thread Peter Münster
Hi, In `org-show-notification', there is --8<---cut here---start->8--- (cond [...] ((featurep 'notifications) (require 'notifications) [...] --8<---cut here---end--->8--- Why is the (requir