[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] [PATCH] org-taskjuggler.el: Call start-process-shell-command w
From: |
David Maus |
Subject: |
[Orgmode] [PATCH] org-taskjuggler.el: Call start-process-shell-command with just 3 arguments |
Date: |
Thu, 17 Jun 2010 08:44:46 +0200 |
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(-)
- [Orgmode] [PATCH] org-taskjuggler.el: Call start-process-shell-command with just 3 arguments,
David Maus <=