Skip to content

Commit

Permalink
Require Emacs 25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jan 9, 2021
1 parent f61f855 commit 5b3d086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ be referred to as the `.emacs` file.
Installation
------------

GNU Emacs version 24 or later is officially supported. It may work
GNU Emacs version 25.1 or later is officially supported. It may work
with other Emacsen, but we don't have the resources to support other
versions.

Expand Down
2 changes: 1 addition & 1 deletion purescript-mode-pkg.el.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(define-package "purescript-mode" "@VERSION@" "A PureScript editing mode"
'((emacs "24") (cl-lib "0.6")))
'((emacs "25.1")))
4 changes: 2 additions & 2 deletions purescript-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ When MESSAGE is non-nil, display a message with the version."
(interactive)
(with-current-buffer (find-file-read-only (expand-file-name "NEWS" purescript-mode-pkg-base-dir))
(goto-char (point-min))
(hide-sublevels 1)
(outline-hide-sublevels 1)
(outline-next-visible-heading 1)
(show-subtree)))
(outline-show-subtree)))

(defgroup purescript nil
"Major mode for editing PureScript programs."
Expand Down

0 comments on commit 5b3d086

Please sign in to comment.