summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-27 22:21:15 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-27 22:21:15 +0200
commitf35994b3147e9a086681197943d3fe661b122c25 (patch)
tree126c166aa1a108578962353120104ae69c9fda72
parentc698c8e9594198d4e7bd5dcc42d230f005d0b6bb (diff)
downloadorg-mode-f35994b3147e9a086681197943d3fe661b122c25.tar.gz
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>
-rw-r--r--lisp/ob-C.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ob-C.el b/lisp/ob-C.el
index 2a7eadf..1e35d08 100644
--- a/lisp/ob-C.el
+++ b/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