From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH] org-taskjuggler.el: Call start-process-shell-command with just 3 arguments Date: Thu, 17 Jun 2010 08:44:46 +0200 Message-ID: <1276757087-23110-1-git-send-email-dmaus@ictsoc.de> Return-path: Received: from [140.186.70.92] (port=48665 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP8rn-00062C-Bo for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 02:46:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OP8rm-0006yG-C6 for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 02:46:23 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:57173) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OP8rm-0006xm-39 for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 02:46:22 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Compiler throws a warning about `org-export-as-taskjuggler-and-open' calling `start-process-shell-command' with 4 arguments. The function accepts 4 arguments, but according to the docstring of GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-05-16 on raven, modified by Debian using more then 3 arguments is highly discouraged. David Maus (1): Call `start-process-shell-command' with just 3 arguments. lisp/org-taskjuggler.el | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)