diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-08-16 20:30:44 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-08-16 20:30:44 -0400 |
commit | ca4d60dd0923d15b688e919c35a9df2e3e9ed380 (patch) | |
tree | d721a4a6d7c76db790b185f47a8ee2180fef8d14 /NEWS | |
parent | 16a1921bd79363135e1823a6cab4aa1f31d4ac9f (diff) | |
download | snakemake-mode-ca4d60dd0923d15b688e919c35a9df2e3e9ed380.tar.gz |
Change Emacs requirement for Emacs 24 to Emacs 24.5
python.el changed its indentation engine in Emacs 24.5. We rely on a
python-indent-calculate-indentation that is specific for the newer
version.
Re: #28
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ NEWS -- history of user-visible changes -*- mode: org; -*- - The 'cwl' keyword (new in Snakemake v4.8.0) and 'ancient' built-in are now recognized. +** Other changes + +- The minimum Emacs version is now specified as 24.5. Although the + previous specification was a looser "24", Snakemake's indentation + function is incompatible with Emacs 24.4 and below. * v1.3.0 |