diff lisp/gnus/nnoo.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents fe104dbd9147
children
line wrap: on
line diff
--- a/lisp/gnus/nnoo.el	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/gnus/nnoo.el	Mon Aug 13 09:46:53 2007 +0200
@@ -143,7 +143,7 @@
 	 (def (assq backend nnoo-definition-alist))
 	 (parents (nth 1 def)))
     (unless def
-      (error "%s belongs to a backend that hasn't been declared." var))
+      (error "%s belongs to a backend that hasn't been declared" var))
     (setcar (nthcdr 2 def)
 	    (delq (assq var (nth 2 def)) (nth 2 def)))
     (setcar (nthcdr 2 def)