diff lisp/gnus/gnus-cus.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/gnus/gnus-cus.el	Mon Aug 13 08:45:53 2007 +0200
+++ b/lisp/gnus/gnus-cus.el	Mon Aug 13 08:46:35 2007 +0200
@@ -108,11 +108,13 @@
 The line beneath the mouse pointer will be highlighted with this
 face.")
 	(name . gnus-mouse-face)
-	(calculate . (if (gnus-visual-p 'mouse-face 'highlight)
-			 (if (boundp 'gnus-mouse-face)
-			     gnus-mouse-face
-			   'highlight)
-		       'default))
+	(calculate . (condition-case ()
+			 (if (gnus-visual-p 'mouse-face 'highlight)
+			     (if (boundp 'gnus-mouse-face)
+				 gnus-mouse-face
+			       'highlight)
+			   'default)
+		       (error nil)))
 	(type . face))
        ((tag . "Article Display")
 	(doc . "Controls how the article buffer will look.
@@ -333,7 +335,7 @@
 regular expression that should match the beginning of the header line,
 but if you don't know what a regular expression is, just write the
 name of the header.  The second field is the `Name' field, which
-determines how the the header name (i.e. the part of the header left
+determines how the header name (i.e. the part of the header left
 of the `:') is displayed.  The third field is the `Content' field,
 which determines how the content (i.e. the part of the header right of
 the `:') is displayed.