emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* if featurep then require, why?
@ 2012-04-02 13:43 Peter Münster
  2012-04-02 14:52 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Münster @ 2012-04-02 13:43 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: if featurep then require, why?
  2012-04-02 13:43 if featurep then require, why? Peter Münster
@ 2012-04-02 14:52 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-04-02 14:52 UTC (permalink / raw)
  To: Peter Münster; +Cc: emacs-orgmode

Hi Peter,

Peter Münster <pmlists@free.fr> writes:

> In `org-show-notification', there is
>
>   (cond
> 	[...]
> 	((featurep 'notifications)
> 	 (require 'notifications)
>         [...]
>
> Why is the (require 'notifications) needed?

It is not.  Fixed, thanks.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-02 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-02 13:43 if featurep then require, why? Peter Münster
2012-04-02 14:52 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).