emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] if featurep then require, why?


From: Peter Münster
Subject: [O] if featurep then require, why?
Date: Mon, 02 Apr 2012 15:43:21 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (gnu/linux)

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 (require 'notifications) needed?

-- 
           Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]