From: Stefan Kangas Date: Thu, 4 Aug 2022 12:48:44 +0000 (+0200) Subject: ; * lisp/org/ob-lilypond.el: Add FIXME. X-Git-Tag: emacs-29.0.90~1447^2~455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d64c39fad481f2dc125aa4d207ab191bf697529;p=emacs.git ; * lisp/org/ob-lilypond.el: Add FIXME. --- diff --git a/lisp/org/ob-lilypond.el b/lisp/org/ob-lilypond.el index 15538b50374..dd204d7f6b1 100644 --- a/lisp/org/ob-lilypond.el +++ b/lisp/org/ob-lilypond.el @@ -36,6 +36,7 @@ (declare-function org-show-all "org" (&optional types)) +;; FIXME: Doesn't this rather belong in lilypond-mode.el? (defalias 'lilypond-mode 'LilyPond-mode) (add-to-list 'org-babel-tangle-lang-exts '("LilyPond" . "ly"))