Skip to content

Commit 64fa1f3

Browse files
committed
purescript-font-lock.el: remove misleading comment about undefined
`undefined` is used in PureSript, but exists in the form of a separate library.
1 parent 23896ab commit 64fa1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purescript-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
("&&" . ,(decode-char 'ucs #X2227))
9999
("||" . ,(decode-char 'ucs #X2228))
100100
("sqrt" . ,(decode-char 'ucs #X221A))
101-
("undefined" . ,(decode-char 'ucs #X22A5)) ;; Not really needed for Purescript
101+
("undefined" . ,(decode-char 'ucs #X22A5))
102102
("pi" . ,(decode-char 'ucs #X3C0))
103103
("~>" . ,(decode-char 'ucs 8669)) ;; Omega language
104104
("-<" . ,(decode-char 'ucs 8610)) ;; Paterson's arrow syntax

0 commit comments

Comments
 (0)