]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-bcklg.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / gnus / gnus-bcklg.el
index e0c457a882955537961a9332b89517335c454540..d5c7e0ee081f8bc3bb51b60a5725befcae8f92a9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-bcklg.el --- backlog functions for Gnus
 
-;; Copyright (C) 1996-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2016 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
@@ -83,7 +83,7 @@
            (insert-buffer-substring buffer)
            ;; Tag the beginning of the article with the ident.
            (if (> (point-max) b)
-             (gnus-put-text-property b (1+ b) 'gnus-backlog ident)
+             (put-text-property b (1+ b) 'gnus-backlog ident)
              (gnus-error 3 "Article %d is blank" number))))))))
 
 (defun gnus-backlog-remove-oldest-article ()