summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>1996-07-06 02:09:31 +0000
committerLars Magne Ingebrigtsen <larsi@gnus.org>1996-07-06 02:09:31 +0000
commit7fc0354838c5feeb786f92ce16f251e3b0350996 (patch)
treeb84b5ee56b26f0e24d5996b3717efa0f20d8deaf
parentc3c6f86895c4032082335094ec9e2b331ab1f680 (diff)
downloademacs-7fc0354838c5feeb786f92ce16f251e3b0350996.tar.gz
Wrongly places parens.
-rw-r--r--lisp/gnus-cus.el4
1 files 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.