enhancement: Update some meta-info for #217

This commit is contained in:
João Távora 2012-05-29 22:30:05 +01:00
parent 1688fc3442
commit a2ee7914fb

View File

@ -1,9 +1,9 @@
;;; Yasnippet.el --- Yet another snippet extension for Emacs. ;;; yasnippet.el --- Yet another snippet extension for Emacs.
;; Copyright 2008 pluskid ;; Copyright 2008 pluskid
;; 2009 pluskid, joaotavora ;; 2009 pluskid, João Távora
;; 2010,2011,2012 João Távora
;; Authors: pluskid <pluskid@gmail.com>, joaotavora <joaotavora@gmail.com> ;; Authors: pluskid <pluskid@gmail.com>, João Távora <joaotavora@gmail.com>
;; Version: 0.7.0 ;; Version: 0.7.0
;; Package-version: 0.7.0 ;; Package-version: 0.7.0
;; X-URL: http://github.com/capitaomorte/yasnippet ;; X-URL: http://github.com/capitaomorte/yasnippet
@ -27,11 +27,11 @@
;; Boston, MA 02111-1307, USA. ;; Boston, MA 02111-1307, USA.
;;; Commentary: ;;; Commentary:
;;
;; Basic steps to setup: ;; Basic steps to setup:
;; ;;
;; (add-to-list 'load-path ;; (add-to-list 'load-path
;; "~/.emacs.d/plugins/yasnippet") ;; "~/path-to-yasnippet")
;; (require 'yasnippet) ;; (require 'yasnippet)
;; (yas/global-mode 1) ;; (yas/global-mode 1)
;; ;;
@ -527,7 +527,7 @@ snippet itself contains a condition that returns the symbol
;;; Internal variables ;;; Internal variables
(defvar yas/version "0.7.0") (defvar yas/version "0.7.0 (beta)")
(defvar yas/menu-table (make-hash-table) (defvar yas/menu-table (make-hash-table)
"A hash table of MAJOR-MODE symbols to menu keymaps.") "A hash table of MAJOR-MODE symbols to menu keymaps.")