From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: if featurep then require, why? Date: Mon, 02 Apr 2012 16:52:56 +0200 Message-ID: <87pqbqyylz.fsf@gnu.org> References: <87398m6yh2.fsf@micropit.couberia.bzh> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEibl-0000vV-MR for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 10:51:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEibf-0006xX-67 for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 10:51:49 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEibe-0006xA-TF for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 10:51:43 -0400 Received: by werj55 with SMTP id j55so2293873wer.0 for ; Mon, 02 Apr 2012 07:51:40 -0700 (PDT) In-Reply-To: <87398m6yh2.fsf@micropit.couberia.bzh> ("Peter =?iso-8859-1?Q?M=FCnster=22's?= message of "Mon, 02 Apr 2012 15:43:21 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Peter =?iso-8859-1?Q?M=FCnster?= Cc: emacs-orgmode@gnu.org 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