summaryrefslogtreecommitdiffhomepage
path: root/lib/skels/jao-skel-caml.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-13 00:42:38 +0000
committerjao <jao@gnu.org>2022-03-13 00:42:38 +0000
commit79b00f3c656e09463680785556692cb598935819 (patch)
treea2a37cf0fc796bda5e722046abe07ac178b14f5e /lib/skels/jao-skel-caml.el
parent747696945a91464e34af86f49d373d1d7a9130c0 (diff)
downloadelibs-79b00f3c656e09463680785556692cb598935819.tar.gz
elibs-79b00f3c656e09463680785556692cb598935819.tar.bz2
skels: provide/require jao-skel-prefixed
Diffstat (limited to 'lib/skels/jao-skel-caml.el')
-rw-r--r--lib/skels/jao-skel-caml.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/skels/jao-skel-caml.el b/lib/skels/jao-skel-caml.el
index 65a5db2..bbe6b17 100644
--- a/lib/skels/jao-skel-caml.el
+++ b/lib/skels/jao-skel-caml.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2004, 2005, 2009 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2004, 2005, 2009, 2022 Jose Antonio Ortega Ruiz
;; Author: Jose A Ortega Ruiz <jao@gnu.org>
;; Keywords: tools
@@ -24,7 +24,7 @@
;;; Code:
-(require 'common-skel)
+(require 'jao-skel)
(define-skeleton jao-skel-caml-file
"OCaml file header"
@@ -38,5 +38,5 @@
(jao-provide-skel "\\.ml[i]?" 'jao-skel-caml-file)
-(provide 'caml-skel)
-
+(provide 'jao-skel-caml)
+;;; jao-skel-caml ends here