branch: externals/mmm-mode
commit 792249b38efbe66ea578b89ca6f1a30460dfcabc
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Release 0.5.6
---
NEWS | 3 +++
configure.in | 2 +-
mmm-mode.el | 2 +-
mmm-vars.el | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 41e1d51..6ce3e19 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ See the file COPYING for copying conditions.
Please submit bug reports at https://github.com/purcell/mmm-mode/issues
+* Changes in MMM Mode 0.5.6
+Emacs 25 compatibility fix when cl is not loaded.
+
* Changes in MMM Mode 0.5.5
Introduced mode transition hooks, like mmm-x-enter-hook and mmm-y-exit-hook.
diff --git a/configure.in b/configure.in
index 824c411..f33843f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT()
-AM_INIT_AUTOMAKE(mmm-mode, 0.5.5)
+AM_INIT_AUTOMAKE(mmm-mode, 0.5.6)
dnl
dnl Apparently, if you run a shell window in Emacs, it sets the EMACS
diff --git a/mmm-mode.el b/mmm-mode.el
index 7004bfe..f3a8223 100644
--- a/mmm-mode.el
+++ b/mmm-mode.el
@@ -8,7 +8,7 @@
;; Maintainer: Dmitry Gutov <[email protected]>
;; URL: https://github.com/purcell/mmm-mode
;; Keywords: convenience, faces, languages, tools
-;; Version: 0.5.5
+;; Version: 0.5.6
;; Package-Requires: ((cl-lib "0.2"))
;;{{{ GPL
diff --git a/mmm-vars.el b/mmm-vars.el
index 726f766..3c14b09 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -1044,7 +1044,7 @@ The CLASSES are all made private, i.e. non-user-visible."
;;}}}
;;{{{ Version Number
-(defconst mmm-version "0.5.5"
+(defconst mmm-version "0.5.6"
"Current version of MMM Mode.")
(defun mmm-version ()