From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Peter_M=C3=BCnster?= Subject: if featurep then require, why? Date: Mon, 02 Apr 2012 15:43:21 +0200 Message-ID: <87398m6yh2.fsf@micropit.couberia.bzh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEhXw-0001nB-U3 for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 09:43:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEhXr-0004Aw-VR for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 09:43:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:35467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEhXr-0004Al-ED for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 09:43:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SEhXn-0006nB-As for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 15:43:39 +0200 Received: from arennes-359-1-222-46.w2-2.abo.wanadoo.fr ([2.2.173.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Apr 2012 15:43:39 +0200 Received: from pmlists by arennes-359-1-222-46.w2-2.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Apr 2012 15:43:39 +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: emacs-orgmode@gnu.org 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