diff lisp/gnus/mm-partial.el @ 38413:a26d9b55abb6

Some fixes to follow coding conventions in files from Gnus.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 17:42:53 +0000
parents aa40591dba57
children 0d8b17d428b5
line wrap: on
line diff
--- a/lisp/gnus/mm-partial.el	Sun Jul 15 16:15:35 2001 +0000
+++ b/lisp/gnus/mm-partial.el	Sun Jul 15 17:42:53 2001 +0000
@@ -66,7 +66,7 @@
 	gnus-displaying-mime handles buffer)
     (unless (mm-handle-cache handle)
       (unless id
-	(error "Can not find message/partial id."))
+	(error "Can not find message/partial id"))
       (setq phandles
 	    (sort (cons handle 
 			(mm-partial-find-parts
@@ -99,7 +99,7 @@
 	  (if ntotal
 	      (if total
 		  (unless (eq total ntotal) 
-		  (error "The numbers of total are different."))
+		  (error "The numbers of total are different"))
 		(setq total ntotal)))
 	  (unless (< nn n)
 	    (unless (eq nn n)
@@ -149,4 +149,4 @@
 		  (error nil))
 		(delete-region ,(point-min-marker) ,(point-max-marker))))))))))
 
-;; mm-partial.el ends here
+;;; mm-partial.el ends here