Backport commit 4d64c39fa from Emacs

; * lisp/org/ob-lilypond.el: Add FIXME.
4d64c39fad481f2dc125aa4d207ab191bf697529
Stefan Kangas
Thu Aug 4 14:48:44 2022 +0200
This commit is contained in:
Stefan Kangas 2022-08-04 14:48:44 +02:00 committed by Kyle Meyer
parent 1bbd86310a
commit 883f87c3e7
1 changed files with 1 additions and 0 deletions

View File

@ -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"))