Skip to content

Commit b624f22

Browse files
committed
Remove purescript-string.el
It has just one utility function which is unlikely being used by anyone. Remove it.
1 parent 2c20426 commit b624f22

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ELFILES = \
2020
purescript-simple-indent.el \
2121
purescript-sort-imports.el \
2222
purescript-str.el \
23-
purescript-string.el \
2423
purescript-unicode-input-method.el \
2524
purescript-utils.el \
2625
purescript-decl-scan.el \

purescript-indent.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
;;; Code:
9090

9191
(require 'purescript-vars)
92-
(require 'purescript-string)
9392
(require 'cl-lib)
9493
(when (< emacs-major-version 28)
9594
(require 'subr-x))

purescript-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
(require 'purescript-vars)
3838
(require 'purescript-align-imports)
3939
(require 'purescript-sort-imports)
40-
(require 'purescript-string)
4140
(require 'purescript-font-lock)
4241
(require 'cl-lib)
4342
(cl-eval-when 'compile (require 'find-file))

purescript-string.el

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)