branch: elpa/evil-matchit
commit 748647d5181d47b1d407698978ca87867e07da1a
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
dependent on sgml-mode
---
README.org | 2 +-
evil-matchit-pkg.el | 2 +-
evil-matchit.el | 6 ++----
pkg.sh | 2 +-
4 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index ba7043b1a9..cf3f5213e0 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-* evil-matchit (current version 0.0.6)
+* evil-matchit (current version 0.0.7)
Vim [[http://www.vim.org/scripts/script.php?script_id=39][matchit.vim]] by
Benji Fisher ported into Emacs.
diff --git a/evil-matchit-pkg.el b/evil-matchit-pkg.el
index 8cae8126ce..1e50b163bd 100644
--- a/evil-matchit-pkg.el
+++ b/evil-matchit-pkg.el
@@ -1,2 +1,2 @@
-(define-package "evil-matchit" "0.0.6"
+(define-package "evil-matchit" "0.0.7"
"Vim matchit ported into Emacs (requires EVIL)")
diff --git a/evil-matchit.el b/evil-matchit.el
index 3610e80589..278129debd 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -4,7 +4,7 @@
;; Author: Chen Bin <[email protected]>
;; URL: http://github.com/redguardtoo/evil-matchit
-;; Version: 0.0.6
+;; Version: 0.0.7
;; Keywords: matchit vim evil
;; Package-Requires: ((evil "1.0.7"))
;;
@@ -38,9 +38,7 @@
;;; Code:
(require 'evil)
-
-(autoload 'sgml-skip-tag-backward "sgml-mode" nil t)
-(autoload 'sgml-skip-tag-forward "sgml-mode" nil t)
+(require 'sgml-mode)
(defvar evilmi-html-major-modes
'(nxml-mode
diff --git a/pkg.sh b/pkg.sh
index 55342bce58..ef0d79e164 100755
--- a/pkg.sh
+++ b/pkg.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-pkg=evil-matchit-0.0.6
+pkg=evil-matchit-0.0.7
mkdir $pkg
cp README.org $pkg
cp *.el $pkg