From 1015b9255d71b697e93c89e152bcd0ba8f5aae5b Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 6 Jul 1996 02:09:31 +0000 Subject: [PATCH] Wrongly places parens. --- lisp/gnus-cus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus-cus.el b/lisp/gnus-cus.el index 78ef0d71e3b..37a30b00a84 100644 --- a/lisp/gnus-cus.el +++ b/lisp/gnus-cus.el @@ -113,8 +113,8 @@ face.") (if (boundp 'gnus-mouse-face) gnus-mouse-face 'highlight) - 'default)) - (error 'default)) + 'default) + (error 'default))) (type . face)) ((tag . "Article Display") (doc . "Controls how the article buffer will look. -- 2.39.2