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

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

[nongnu] elpa/evil-matchit ceb13ad1b3 131/244: use more generic when pro


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit ceb13ad1b3 131/244: use more generic when processing C
Date: Thu, 6 Jan 2022 02:58:56 -0500 (EST)

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

    use more generic  when processing C
---
 evil-matchit-c.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-matchit-c.el b/evil-matchit-c.el
index eb27ecc9f0..8bb865f518 100644
--- a/evil-matchit-c.el
+++ b/evil-matchit-c.el
@@ -61,7 +61,7 @@
                (not pos))
       (goto-char old-pos)
       ;; Goto outer bracket
-      (c-beginning-of-defun)
+      (backward-up-list)
       (setq pos (beginning-of-line)))
     pos))
 



reply via email to

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