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.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/skels/jao-skel-caml.el b/lib/skels/jao-skel-caml.el
index 32e7257..33e9b03 100644
--- a/lib/skels/jao-skel-caml.el
+++ b/lib/skels/jao-skel-caml.el
@@ -33,12 +33,12 @@
"Brief description: "
"(* " (file-name-nondirectory (buffer-file-name)) ": " str " *)"
> \n \n
- (jao-copyright-line "(* " " *)")
+ (jao-skel-copyright-line "(* " " *)")
> ?\n
- (jao-insert-copyright-file)
+ (jao-skel-insert-license)
"(* $" "Id$ *)" \n \n _)
-(jao-provide-skel "\\.ml[i]?" 'jao-skel-caml-file)
+(jao-skel-install "\\.ml[i]?" 'jao-skel-caml-file)
(provide 'jao-skel-caml)
;;; jao-skel-caml ends here