summaryrefslogtreecommitdiffhomepage
path: root/lib/skels/jao-skel-caml.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-13 01:16:43 +0000
committerjao <jao@gnu.org>2022-03-13 01:16:43 +0000
commit5344491f766d82898507143bae617699439d904b (patch)
treed235fee58aca42bd60cacdd385fad507d12a0d85 /lib/skels/jao-skel-caml.el
parentd81f6b84c484c174411d360297deacf100b1db0d (diff)
downloadelibs-5344491f766d82898507143bae617699439d904b.tar.gz
elibs-5344491f766d82898507143bae617699439d904b.tar.bz2
skels: functions and vars jao-skel-prefixed
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