From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Replaced obsolete interactive-p function Date: Wed, 29 Jun 2011 18:26:21 +0200 Message-ID: <87zkl01u4y.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbxaO-0002ht-H8 for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 12:25:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbxaM-0001xv-8Y for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 12:25:55 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:33917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbxaL-0001xi-S8 for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 12:25:54 -0400 Received: by wwf22 with SMTP id 22so1141579wwf.30 for ; Wed, 29 Jun 2011 09:25:52 -0700 (PDT) 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 Dear all, interactive-p is obsolete since Emacs 23.2 and should be replaced by called-interactively-p. The org-called-interactively-p macro takes care of using either interactive-p or called-interactively-p. I've just updated the latest git and Org uses org-called-interactively-p wherever it makes sense. Please report any weird compilation warnings and/or problems. Thanks! -- Bastien