# HG changeset patch # User Karl Heuer # Date 822957515 0 # Node ID da2b8c03799fddd808c0e4c2fccc51ab68dc46ce # Parent 165a13220edc6137fabeac76988c1ae9f5dbba8f (reporter-dump-variable): Fix error format string. diff -r 165a13220edc -r da2b8c03799f lisp/mail/reporter.el --- a/lisp/mail/reporter.el Mon Jan 29 23:18:20 1996 +0000 +++ b/lisp/mail/reporter.el Mon Jan 29 23:18:35 1996 +0000 @@ -217,7 +217,7 @@ (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.