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

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

[elpa] externals/gnorb d72fee7 326/449: Redundant setting of window conf


From: Stefan Monnier
Subject: [elpa] externals/gnorb d72fee7 326/449: Redundant setting of window configuration
Date: Fri, 27 Nov 2020 23:16:04 -0500 (EST)

branch: externals/gnorb
commit d72fee7951a89a62cc958825f88c3723d3c52a64
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Redundant setting of window configuration
    
    * gnorb-org.el (gnorb-org-email-subtree): Immediately afterwards we call
      `gnorb-org-handle-mail', which does exactly the same thing.
---
 gnorb-org.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnorb-org.el b/gnorb-org.el
index 99e5247..c2b7c91 100644
--- a/gnorb-org.el
+++ b/gnorb-org.el
@@ -530,8 +530,6 @@ default set of parameters."
                     ,@opts
                     ,gnorb-org-email-subtree-file-parameters))))
         text file)
-    (setq gnorb-window-conf (current-window-configuration))
-    (move-marker gnorb-return-marker (point))
     (if (bufferp result)
        (setq text result)
       (setq file result))



reply via email to

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