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

    fixup with new quick reply command
---
 gnorb-gnus.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index b0d879c..dda2c07 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -617,11 +617,12 @@ reply."
            (gnorb-find-tracked-headings headers t)))
         (targ (car-safe related-headings)))
     (if targ
-       (let ((ret (point-marker)))
+       (let ((ret (make-marker)))
          ;; Assume the first heading is the one we want.
          (gnorb-registry-make-entry
           msg-id from subject targ group)
          (gnus-summary-wide-reply-with-original 1)
+         (move-marker ret (point))
          (save-restriction
            (widen)
            (message-narrow-to-headers-or-head)

Reply via email to