summaryrefslogtreecommitdiff
path: root/lisp/ob-lilypond.el
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2013-12-29 17:44:50 +0100
committerSébastien Delafond <sdelafond@gmail.com>2014-07-13 13:35:31 +0200
commit6c5e25df62a8618951b30a669f875a93c7944e0b (patch)
treeddae85aa6440f29d4d0b4efa5ffa3d656900a8e8 /lisp/ob-lilypond.el
parent489f1deda8d0ec93810c342b427c1920b8c47cbb (diff)
parent52fbfeb04b10aa78f24f339a352fe1161c0b37e4 (diff)
Imported Debian patch 8.2.4-1
Diffstat (limited to 'lisp/ob-lilypond.el')
-rw-r--r--lisp/ob-lilypond.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el
index 6080a5a..a58a443 100644
--- a/lisp/ob-lilypond.el
+++ b/lisp/ob-lilypond.el
@@ -200,7 +200,6 @@ FILE-NAME is full path to lilypond (.ly) file"
(let ((arg-1 (ly-determine-ly-path)) ;program
(arg-2 nil) ;infile
(arg-3 "*lilypond*") ;buffer
- (arg-4 t) ;display
(arg-4 t) ;display
(arg-5 (if ly-gen-png "--png" "")) ;&rest...
(arg-6 (if ly-gen-html "--html" ""))