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

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

[nongnu] elpa/evil-goggles 6bf281c788 117/225: Simplify macro


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles 6bf281c788 117/225: Simplify macro
Date: Wed, 12 Jan 2022 08:59:01 -0500 (EST)

branch: elpa/evil-goggles
commit 6bf281c78825e1ccf1e81af8f79a96f46d2d7a91
Author: Evgeni Kolev <evgenysw@gmail.com>
Commit: Evgeni Kolev <evgenysw@gmail.com>

    Simplify macro
---
 evil-goggles.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index 99ab1103df..9b916476da 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -163,8 +163,8 @@ displayed while its running."
   `(if (evil-goggles--show-p ,beg ,end)
        (let* ((evil-goggles--on t))
          (evil-goggles--show ,beg ,end ,overlay-face)
-         (progn ,@body))
-     (progn ,@body)))
+         ,@body)
+     ,@body))
 
 (defun evil-goggles--funcall-interactively (f &rest args)
   "Call F with ARGS interactively.



reply via email to

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