emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-matchit c65da39f49 016/244: autoload sgml-mode


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit c65da39f49 016/244: autoload sgml-mode
Date: Thu, 6 Jan 2022 02:58:45 -0500 (EST)

branch: elpa/evil-matchit
commit c65da39f4900ddfe16a88f80325bcb8b98e1b5cd
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    autoload sgml-mode
---
 evil-matchit.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/evil-matchit.el b/evil-matchit.el
index 51b98f56b1..3610e80589 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -39,6 +39,9 @@
 
 (require 'evil)
 
+(autoload 'sgml-skip-tag-backward "sgml-mode" nil t)
+(autoload 'sgml-skip-tag-forward "sgml-mode" nil t)
+
 (defvar evilmi-html-major-modes
   '(nxml-mode
     web-mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]