aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/nndiary.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-09-18 07:39:56 +0000
committerGlenn Morris <[email protected]>2009-09-18 07:39:56 +0000
commit63348d2452e6821bfc2f6207bc0d176f58adfeb7 (patch)
treecea34707ba617171cd2e377007ee1f45e8737719 /lisp/gnus/nndiary.el
parent770af4b440a4baba4d4d90c35c3ce66ef4df56ce (diff)
Fix typos in condition-case handlers.
Diffstat (limited to 'lisp/gnus/nndiary.el')
-rw-r--r--lisp/gnus/nndiary.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el
index 9ba8e37942..c6821b0f8d 100644
--- a/lisp/gnus/nndiary.el
+++ b/lisp/gnus/nndiary.el
@@ -1,7 +1,7 @@
;;; nndiary.el --- A diary back end for Gnus
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;; 2008, 2009 Free Software Foundation, Inc.
;; Author: Didier Verna <[email protected]>
;; Maintainer: Didier Verna <[email protected]>
@@ -368,7 +368,7 @@ all. This may very well take some time.")
(setq head (nth 0 elt))
(nndiary-parse-schedule (nth 0 elt) (nth 1 elt) (nth 2 elt)))
nndiary-headers)
- (t
+ (error
(nnheader-report 'nndiary "X-Diary-%s header parse error: %s."
head (cdr arg))
nil))