comparison lisp/gnus/gnus-art.el @ 83652:5b644ae74c91

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:51:08 +0000
parents e5a68f18fcb9
children 962fb740e73f 424b655804ca
comparison
equal deleted inserted replaced
83651:47230f3f349b 83652:5b644ae74c91
1741 (defun article-hide-headers (&optional arg delete) 1741 (defun article-hide-headers (&optional arg delete)
1742 "Hide unwanted headers and possibly sort them as well." 1742 "Hide unwanted headers and possibly sort them as well."
1743 (interactive) 1743 (interactive)
1744 ;; This function might be inhibited. 1744 ;; This function might be inhibited.
1745 (unless gnus-inhibit-hiding 1745 (unless gnus-inhibit-hiding
1746 (let ((inhibit-read-only nil) 1746 (let ((inhibit-read-only t)
1747 (case-fold-search t) 1747 (case-fold-search t)
1748 (max (1+ (length gnus-sorted-header-list))) 1748 (max (1+ (length gnus-sorted-header-list)))
1749 (inhibit-point-motion-hooks t) 1749 (inhibit-point-motion-hooks t)
1750 (cur (current-buffer)) 1750 (cur (current-buffer))
1751 ignored visible beg) 1751 ignored visible beg)