Fix yas--version to compatible with version-to-list

This commit is contained in:
Guillaume Papin 2013-02-04 10:42:09 +01:00
parent 700a68eb15
commit 8772b51052

View File

@ -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.")