Преглед на файлове

ob-lilypond.el: delete useless comment.

Bastien Guerry преди 13 години
родител
ревизия
b7cbf687de
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/ob-lilypond.el

+ 1 - 1
lisp/ob-lilypond.el

@@ -30,7 +30,7 @@
 ;;; Code:
 (require 'ob)
 (require 'ob-eval)
-(require 'ob-tangle) ;;compiler requesting fun org-babel-tangle
+(require 'ob-tangle)
 (defalias 'lilypond-mode 'LilyPond-mode)
 
 (declare-function show-all "outline" ())