We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec2f4d commit 9b136aeCopy full SHA for 9b136ae
purescript-indentation.el
@@ -111,13 +111,6 @@
111
:group 'purescript-indentation)
112
113
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
-
121
(defconst purescript-indentation-mode-map
122
(let ((keymap (make-sparse-keymap)))
123
(define-key keymap [?\r] 'purescript-newline-and-indent)
0 commit comments