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

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

[elpa] externals/gnorb ce764a5 307/449: fixup with new quick reply comma


From: Stefan Monnier
Subject: [elpa] externals/gnorb ce764a5 307/449: fixup with new quick reply command
Date: Fri, 27 Nov 2020 23:16:01 -0500 (EST)

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

    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

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