summaryrefslogtreecommitdiffhomepage
path: root/lib/skels/jao-skel-haskell.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-haskell.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-haskell.el')
-rw-r--r--lib/skels/jao-skel-haskell.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/skels/jao-skel-haskell.el b/lib/skels/jao-skel-haskell.el
index 559b467..d785dbf 100644
--- a/lib/skels/jao-skel-haskell.el
+++ b/lib/skels/jao-skel-haskell.el
@@ -34,7 +34,7 @@
(mbase (and ddir (concat (replace-regexp-in-string "/" "." ddir)
".")))
(m (read-string "Module prefix (empty for no module): "
- (concat (or mbase "") (jao-basename)))))
+ (concat (or mbase "") (jao-skel-basename)))))
(or m "")))
(defconst jao-skel--haskell-line (make-string 78 ?-))
@@ -47,7 +47,7 @@
jao-skel--haskell-line \n
"-- |" \n
"-- Module: " v \n
- (jao-copyright-line "-- Copyright: " "" t)
+ (jao-skel-copyright-line "-- Copyright: " "" t)
"-- License: BSD3-style (see LICENSE)" \n
"--" \n
"-- Maintainer: " user-mail-address \n
@@ -62,8 +62,8 @@
\n \n \n
"module " v " where " \n \n \n)
-(jao-provide-skel "\\.hs\\'" 'jao-skel-haskell-file)
-;; (jao-provide-skel "\\.lhs\\'" 'jao-skel-lit-haskell-file)
+(jao-skel-install "\\.hs\\'" 'jao-skel-haskell-file)
+;; (jao-skel-install "\\.lhs\\'" 'jao-skel-lit-haskell-file)
(provide 'jao-skel-haskell)