]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix yas--version to compatible with version-to-list
authorGuillaume Papin <guillaume.papin@epitech.eu>
Mon, 4 Feb 2013 09:42:09 +0000 (10:42 +0100)
committerGuillaume Papin <guillaume.papin@epitech.eu>
Mon, 4 Feb 2013 09:42:09 +0000 (10:42 +0100)
yasnippet.el

index 2e6301a29b6a8b067292b4339b6aa4c2c7c7e250..625204fbc2d54911afc109ac869b45a86ca5f106 100644 (file)
@@ -475,7 +475,7 @@ snippet itself contains a condition that returns the symbol
 \f
 ;;; 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.")