]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-registry.el
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / gnus / gnus-registry.el
index a0013c0ee2c56af33f0dcf1fa8a5b2079a5a3357..e808b1975b4087d82f0cbac437641f24b4c62408 100644 (file)
@@ -982,7 +982,7 @@ only the last one's marks are returned."
   (let* ((article (last articles))
          (id (gnus-registry-fetch-message-id-fast article))
          (marks (when id (gnus-registry-get-id-key id 'mark))))
-    (when (interactive-p)
+    (when (gmm-called-interactively-p 'any)
       (gnus-message 1 "Marks are %S" marks))
     marks))