Fix compiler warning.

* lisp/ob-lilypond.el: Fix compiler warning.
This commit is contained in:
Martyn Jago 2012-03-21 10:49:57 +00:00 committed by Bastien Guerry
parent d83284b728
commit d1aa517381
1 changed files with 1 additions and 2 deletions

View File

@ -30,10 +30,9 @@
(require 'ob)
(require 'ob-eval)
(require 'ob-tangle)
(require 'outline)
(defalias 'lilypond-mode 'LilyPond-mode)
(declare-function show-all "outline" ())
(add-to-list 'org-babel-tangle-lang-exts '("LilyPond" . "ly"))
(defvar org-babel-default-header-args:lilypond '()