Mercurial > emacs
changeset 15608:ab9554d34cb3
Wrongly places parens.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Sat, 06 Jul 1996 02:09:31 +0000 |
parents | b59b140655ee |
children | 036ab27f7ea8 |
files | lisp/gnus-cus.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus-cus.el Sat Jul 06 02:05:22 1996 +0000 +++ b/lisp/gnus-cus.el Sat Jul 06 02:09:31 1996 +0000 @@ -113,8 +113,8 @@ (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.