]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mm-partial.el
Allow reading Gnus reports from an offline cache
[gnu-emacs] / lisp / gnus / mm-partial.el
index 019b82f059efbb2afa441af1a5a0de31871761fc..2b037f1cf96318bc9b2ae0f64d88e3ebe6209e72 100644 (file)
@@ -1,7 +1,6 @@
 ;;; mm-partial.el --- showing message/partial
 
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2016 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
 ;; Keywords: message partial
@@ -137,13 +136,6 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing."
           handle
           `(lambda ()
              (let (buffer-read-only)
-               (condition-case nil
-                   ;; This is only valid on XEmacs.
-                   (mapcar (lambda (prop)
-                           (remove-specifier
-                            (face-property 'default prop) (current-buffer)))
-                           '(background background-pixmap foreground))
-                 (error nil))
                (delete-region ,(point-min-marker) ,(point-max-marker))))))))))
 
 (provide 'mm-partial)