Skip to content

Commit cf54b91

Browse files
committed
purescript-font-lock.el: remove changelog from the file
We have git now, the code mentioning things from a decade ago doesn't sound too useful.
1 parent 62a4c31 commit cf54b91

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

purescript-font-lock.el

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,6 @@
5656
;; All functions/variables start with
5757
;; `(turn-(on/off)-)purescript-font-lock' or `purescript-fl-'.
5858

59-
;;; Change Log:
60-
61-
;; Version 1.3:
62-
;; From Dave Love:
63-
;; Support for proper behaviour (including with Unicode identifiers)
64-
;; in Emacs 21 only hacked in messily to avoid disturbing the old
65-
;; stuff. Needs integrating more cleanly. Allow literate comment
66-
;; face to be customized. Some support for fontifying definitions.
67-
;; (I'm not convinced the faces should be customizable -- fontlock
68-
;; faces are normally expected to be consistent.)
69-
;;
70-
;; Version 1.2:
71-
;; Added support for LaTeX-style literate scripts. Allow whitespace
72-
;; after backslash to end a line for string continuations.
73-
;;
74-
;; Version 1.1:
75-
;; Use own syntax table. Use backquote (neater). Stop ''' being
76-
;; highlighted as quoted character. Fixed `\"' fontification bug
77-
;; in comments.
78-
;;
79-
;; Version 1.0:
80-
;; Brought over from PureScript mode v1.1.
81-
8259
;;; Code:
8360

8461
(require 'font-lock)

0 commit comments

Comments
 (0)