diff lisp/gnus/gnus-art.el @ 34833:aaf69bc74739

* gnus-art.el (gnus-article-check-hidden-text): Return t. * gnus-util.el (gnus-remove-text-properties-when): Return t. * mm-decode.el (mm-dissect-multipart): Avoid errors owing to malformatted messages.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Fri, 22 Dec 2000 14:19:33 +0000
parents 2c66e24f2398
children 26726eff41ca
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Fri Dec 22 13:49:57 2000 +0000
+++ b/lisp/gnus/gnus-art.el	Fri Dec 22 14:19:33 2000 +0000
@@ -1968,10 +1968,13 @@
 	      (> arg 0))
 	  nil)
 	 ((< arg 0)
-	  (gnus-article-show-hidden-text type))
+	  (gnus-article-show-hidden-text type)
+	  t)
 	 (t
 	  (if (eq hide 'hidden)
-	      (gnus-article-show-hidden-text type)
+	      (progn
+		(gnus-article-show-hidden-text type)
+		t)
 	    nil)))))))
 
 (defun gnus-article-hidden-text-p (type)