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

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

[nongnu] elpa/evil-escape 6634eff564 032/133: Fix `fd` not working in so


From: ELPA Syncer
Subject: [nongnu] elpa/evil-escape 6634eff564 032/133: Fix `fd` not working in some case when in `emacs state`
Date: Wed, 3 Jan 2024 21:59:50 -0500 (EST)

branch: elpa/evil-escape
commit 6634eff564f73d474646aadcd8445446051447ec
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Fix `fd` not working in some case when in `emacs state`
---
 evil-escape.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-escape.el b/evil-escape.el
index 9296895429..8b71a460c3 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -5,7 +5,7 @@
 ;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil
 ;; Created: 22 Oct 2014
-;; Version: 2.06
+;; Version: 2.07
 ;; Package-Requires: ((emacs "24") (evil "1.0.9"))
 ;; URL: https://github.com/syl20bnr/evil-escape
 
@@ -170,7 +170,7 @@ with a key sequence."
                               (evil-escape--escape-with-q))
                              ((eq 'gist-list-menu-mode major-mode)
                               (quit-window))
-                             (t  evil-normal-state)))))
+                             (t  (evil-normal-state))))))
     (eval `(evil-escape-define-escape "emacs-state" evil-emacs-state-map 
,exit-func)))
   ;; visual state
   (eval `(evil-escape-define-escape "visual-state" evil-visual-state-map 
evil-exit-visual-state



reply via email to

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