Browse Source

ob-lilypond.el: delete useless comment.

Bastien Guerry 13 năm trước cách đây
mục cha
commit
b7cbf687de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" ())