diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-18 07:39:56 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-18 07:39:56 +0000 |
commit | 63348d2452e6821bfc2f6207bc0d176f58adfeb7 (patch) | |
tree | cea34707ba617171cd2e377007ee1f45e8737719 /lisp/gnus/nndiary.el | |
parent | 770af4b440a4baba4d4d90c35c3ce66ef4df56ce (diff) | |
download | emacs-63348d2452e6821bfc2f6207bc0d176f58adfeb7.tar.gz |
Fix typos in condition-case handlers.
Diffstat (limited to 'lisp/gnus/nndiary.el')
-rw-r--r-- | lisp/gnus/nndiary.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index 9ba8e37942e..c6821b0f8db 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 <didier@xemacs.org> ;; Maintainer: Didier Verna <didier@xemacs.org> @@ -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)) |