[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] if featurep then require, why?
From: |
Bastien |
Subject: |
Re: [O] if featurep then require, why? |
Date: |
Mon, 02 Apr 2012 16:52:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
Hi Peter,
Peter Münster <address@hidden> writes:
> In `org-show-notification', there is
>
> (cond
> [...]
> ((featurep 'notifications)
> (require 'notifications)
> [...]
>
> Why is the (require 'notifications) needed?
It is not. Fixed, thanks.
--
Bastien