emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-taskjuggler.el: Call start-process-shell-command with just 3 arguments
@ 2010-06-17  6:44 David Maus
  2010-06-17  6:44 ` [PATCH] Call `start-process-shell-command' " David Maus
  0 siblings, 1 reply; 3+ messages in thread
From: David Maus @ 2010-06-17  6:44 UTC (permalink / raw)
  To: emacs-orgmode

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-17  8:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-17  6:44 [PATCH] org-taskjuggler.el: Call start-process-shell-command with just 3 arguments David Maus
2010-06-17  6:44 ` [PATCH] Call `start-process-shell-command' " David Maus
2010-06-17  8:58   ` Christian Egli

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).