Skip to content

Commit 5b3d086

Browse files
committed
Require Emacs 25.1
1 parent f61f855 commit 5b3d086

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ be referred to as the `.emacs` file.
2626
Installation
2727
------------
2828

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

purescript-mode-pkg.el.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
(define-package "purescript-mode" "@VERSION@" "A PureScript editing mode"
2-
'((emacs "24") (cl-lib "0.6")))
2+
'((emacs "25.1")))

purescript-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ When MESSAGE is non-nil, display a message with the version."
7474
(interactive)
7575
(with-current-buffer (find-file-read-only (expand-file-name "NEWS" purescript-mode-pkg-base-dir))
7676
(goto-char (point-min))
77-
(hide-sublevels 1)
77+
(outline-hide-sublevels 1)
7878
(outline-next-visible-heading 1)
79-
(show-subtree)))
79+
(outline-show-subtree)))
8080

8181
(defgroup purescript nil
8282
"Major mode for editing PureScript programs."

0 commit comments

Comments
 (0)