From: Karl Heuer Date: Mon, 29 Jan 1996 23:18:35 +0000 (+0000) Subject: (reporter-dump-variable): Fix error format string. X-Git-Tag: emacs-19.34~1431 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fc329f9309fa7cc58f0790fe2e1213f85cebd70;p=emacs.git (reporter-dump-variable): Fix error format string. --- 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.