Mercurial > emacs
changeset 14429:da2b8c03799f
(reporter-dump-variable): Fix error format string.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 29 Jan 1996 23:18:35 +0000 |
parents | 165a13220edc |
children | 408eeedc18cd |
files | lisp/mail/reporter.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.