Skip to content

Commit 9951d9c

Browse files
committed
Remove NEWS file with a function that referred to it
The file contains no development history of the mode. The last commit that modified it was the bulk-renaming of Haskell to PureScript, so not a single entry there belongs to purescript-mode. There was also a function for opening the file (autoloaded even), remove it as well.
1 parent 023cdf2 commit 9951d9c

File tree

3 files changed

+1
-419
lines changed

3 files changed

+1
-419
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ELFILES = \
3434
ELCFILES = $(ELFILES:.el=.elc)
3535
AUTOLOADS = purescript-mode-autoloads.el
3636

37-
PKG_DIST_FILES = $(ELFILES) logo.svg NEWS purescript-mode.info dir
37+
PKG_DIST_FILES = $(ELFILES) logo.svg purescript-mode.info dir
3838
PKG_TAR = purescript-mode-$(VERSION).tar
3939

4040
%.elc: %.el

0 commit comments

Comments
 (0)