Fixed compiler warnings, including one small bug in ob-lilypond
commitde4ba0d4cd490b681f3199fa3d15944736f97181
authorIlya Shlyakhter <ilya_shl@alum.mit.edu>
Fri, 16 Mar 2012 05:52:03 +0000 (16 01:52 -0400)
committerEric Schulte <eric.schulte@gmx.com>
Fri, 16 Mar 2012 14:48:31 +0000 (16 10:48 -0400)
tree22ba03cfe06bbd8351af02c3baebc5763b74513f
parent6e525c73f7138362490b3f8ec7947b29c4c32e76
Fixed compiler warnings, including one small bug in ob-lilypond

* lisp/ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
quoting expression.

* lisp/org-pcomplete.el: added missing defvar definitions for org vars

* lisp/org-src.el: added declare-function line for org-babel-tangle

* lisp/ob.el (org-scan-tags): protected the variable tags-list with a let
(other) added missing defvar declarations.

TINYCHANGE
lisp/ob-lilypond.el
lisp/org-pcomplete.el
lisp/org-src.el
lisp/org.el