branch: externals/rec-mode
commit 033a6000c725918aebd0a15f4f2eb0dd99fe8b37
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>
rec-mode: new constant rec-mode-version
---
etc/rec-mode.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/etc/rec-mode.el b/etc/rec-mode.el
index 1bd62e9..e33812a 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -73,6 +73,9 @@ hidden by default in navigation mode.")
;;;; Variables and constants that the user does not want to touch (really!)
+(defconst rec-mode-version "1.5"
+ "Version of rec-mode.el")
+
(defconst rec-keyword-prefix "%"
"Prefix used to distinguish special fields.")