From f892f27f11745d3d0cb6cd27e7a71dd07a29069f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 29 Jan 1996 23:18:35 +0000 Subject: (reporter-dump-variable): Fix error format string. --- lisp/mail/reporter.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 9e8925ea245..1b7d40a14c7 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -217,7 +217,7 @@ composed.") (mail-position-on-field "X-Reporter-Void-Vars-Found") (end-of-line) (insert (symbol-name varsym) " "))) - (error (error)))) + (error (error "")))) (defun reporter-dump-state (pkgname varlist pre-hooks post-hooks) ;; Dump the state of the mode specific variables. -- cgit v1.2.1