Skip to content

Commit 19a9900

Browse files
committed
Remove unecessary haskell-str-is-prefix-of-p.
1 parent 9f1560b commit 19a9900

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

haskell-str.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Note: The implementation currently only supports ASCII
5151
"Return (up to) N character length prefix of STRING."
5252
(substring string 0 (min (length string) n)))
5353

54-
(defalias 'haskell-str-is-prefix-of-p 'string-prefix-p)
55-
5654
(defun haskell-str-is-suffix-of-p (str1 str2 &optional ignore-case)
5755
"Return non-nil if STR1 is a suffix of STR2.
5856
If IGNORE-CASE is non-nil, the comparison is done without paying attention

0 commit comments

Comments
 (0)