Synch to No Gnus 200405172312.
authoryamaoka <yamaoka>
Mon, 17 May 2004 23:19:38 +0000 (23:19 +0000)
committeryamaoka <yamaoka>
Mon, 17 May 2004 23:19:38 +0000 (23:19 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 02ca1d5..9c557bf 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-18  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-art.el (gnus-article-followup-with-original)
+       (gnus-article-reply-with-original): gnus-mark-active-p ->
+       gnus-region-active-p.
+
 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-summary-prepare-exit): fix messages, so they show
index 1709871..e698658 100644 (file)
@@ -5620,7 +5620,7 @@ the entire article will be yanked."
   (interactive "P")
   (let ((article (cdr gnus-article-current))
        contents)
-    (if (not (gnus-mark-active-p))
+    (if (not (gnus-region-active-p))
        (with-current-buffer gnus-summary-buffer
          (gnus-summary-reply (list (list article)) wide))
       (setq contents (buffer-substring (point) (mark t)))
@@ -5639,7 +5639,7 @@ the entire article will be yanked."
   (interactive)
   (let ((article (cdr gnus-article-current))
        contents)
-      (if (not (gnus-mark-active-p))
+      (if (not (gnus-region-active-p))
          (with-current-buffer gnus-summary-buffer
            (gnus-summary-followup (list (list article))))
        (setq contents (buffer-substring (point) (mark t)))