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

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

[nongnu] elpa/evil-goggles c7e3f6ff17 116/225: Remove incorrectly commit


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles c7e3f6ff17 116/225: Remove incorrectly commited snippet
Date: Wed, 12 Jan 2022 08:59:01 -0500 (EST)

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

    Remove incorrectly commited snippet
---
 evil-goggles.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index e1772a440f..99ab1103df 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -587,10 +587,7 @@ ORIG-FUN is the original function.
 COUNT BEG &OPTIONAL END TYPE REGISTER are the arguments of the original 
function."
   (evil-goggles--with-goggles beg end 'evil-goggles-replace-with-register-face
     (evil-goggles--funcall-preserve-interactive orig-fun count beg end type 
register))
-
-  ;; good good
-
-  (evil-goggles--show beg (point) 'diff-added))
+    (evil-goggles--funcall-preserve-interactive orig-fun count beg end type 
register)))
 
 ;;; mode defined below ;;;
 



reply via email to

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