summaryrefslogtreecommitdiffhomepage
path: root/lib/skels/jao-skel-caml.el
diff options
context:
space:
mode:
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