*** empty log message ***
[gnus] / lisp / gnus-art.el
index 6ac7752..49c3228 100644 (file)
@@ -2807,6 +2807,7 @@ call it with the value of the `gnus-data' text property."
   (let* ((pos (posn-point (event-start event)))
          (data (get-text-property pos 'gnus-data))
         (fun (get-text-property pos 'gnus-callback)))
+    (goto-char pos)
     (when fun
       (funcall fun data))))