]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-registry.el
* paren.el (show-paren-function): Make sure an overlay exists
[gnu-emacs] / lisp / gnus / gnus-registry.el
index 71e00967548beaf70d22c462d885c7cd9f05c68b..e808b1975b4087d82f0cbac437641f24b4c62408 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-registry.el --- article registry for Gnus
 
-;; Copyright (C) 2002-201 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
 ;; Author: Ted Zlatanov <tzz@lifelogs.com>
 ;; Keywords: news registry
@@ -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))