Skip to content

Commit 62a4c31

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 f484eea commit 62a4c31

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
@@ -101,7 +101,7 @@
101101
("&&" . ,(decode-char 'ucs #X2227))
102102
("||" . ,(decode-char 'ucs #X2228))
103103
("sqrt" . ,(decode-char 'ucs #X221A))
104-
("undefined" . ,(decode-char 'ucs #X22A5)) ;; Not really needed for Purescript
104+
("undefined" . ,(decode-char 'ucs #X22A5))
105105
("pi" . ,(decode-char 'ucs #X3C0))
106106
("~>" . ,(decode-char 'ucs 8669)) ;; Omega language
107107
("-<" . ,(decode-char 'ucs 8610)) ;; Paterson's arrow syntax

0 commit comments

Comments
 (0)