浏览代码

ob-C: Provide `ob-C++' and `ob-D'

Reported-by: Van L <van@scratch.space>
<http://lists.gnu.org/r/emacs-orgmode/2018-05/msg00492.html>
Nicolas Goaziou 7 年之前
父节点
当前提交
f35994b314
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/ob-C.el

+ 2 - 0
lisp/ob-C.el

@@ -463,5 +463,7 @@ specifying a variable with the name of the table."
 	 table table table))))))
 
 (provide 'ob-C)
+(provide 'ob-C++)
+(provide 'ob-D)
 
 ;;; ob-C.el ends here