From 8772b51052d94401501cd889f6b60d58d3debc8c Mon Sep 17 00:00:00 2001 From: Guillaume Papin Date: Mon, 4 Feb 2013 10:42:09 +0100 Subject: [PATCH] Fix yas--version to compatible with version-to-list --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 2e6301a..625204f 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -475,7 +475,7 @@ snippet itself contains a condition that returns the symbol ;;; Internal variables -(defvar yas--version "0.8.0 (beta)") +(defvar yas--version "0.8.0beta") (defvar yas--menu-table (make-hash-table) "A hash table of MAJOR-MODE symbols to menu keymaps.")