branch: externals/gnorb
commit d72fee7951a89a62cc958825f88c3723d3c52a64
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    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