Skip to content

Commit 9b136ae

Browse files
committed
purescript-indentation: remove Emacs 21 work around
We don't support Emacs 21 (it's very old), so no point in keeping it.
1 parent 7ec2f4d commit 9b136ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

purescript-indentation.el

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@
111111
:group 'purescript-indentation)
112112

113113

114-
;; Avoid a global bogus definition (which the original run-time
115-
;; `defun' made), and support Emacs 21 without the syntax.el add-on.
116-
(eval-when-compile
117-
(unless (fboundp 'syntax-ppss)
118-
(defsubst syntax-ppss (&rest pos)
119-
(parse-partial-sexp (point-min) (or pos (point))))))
120-
121114
(defconst purescript-indentation-mode-map
122115
(let ((keymap (make-sparse-keymap)))
123116
(define-key keymap [?\r] 'purescript-newline-and-indent)

0 commit comments

Comments
 (0)