Gnus -- minor build / warning fixes [OK For Upstream]
[gnus] / lisp / ietf-drums.el
index 8008e32..c0e1542 100644 (file)
@@ -121,7 +121,7 @@ backslash and doublequote.")
        (setq c (char-after))
        (cond
         ((eq c ?\")
-         (condition-case err
+         (condition-case nil
              (forward-sexp 1)
            (error (goto-char (point-max)))))
         ((eq c ?\()