From: Lars Magne Ingebrigtsen Date: Sat, 6 Jul 1996 02:09:31 +0000 (+0000) Subject: Wrongly places parens. X-Git-Tag: emacs-19.34~254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1015b9255d71b697e93c89e152bcd0ba8f5aae5b;p=emacs.git Wrongly places parens. --- 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.