summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-29 23:18:35 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-29 23:18:35 +0000
commitf892f27f11745d3d0cb6cd27e7a71dd07a29069f (patch)
tree91b65db955d742f9807c7d05dea52be1212d35f7
parent1063c0f584b87d5183f5e1f275e3ca022ab9413e (diff)
downloademacs-f892f27f11745d3d0cb6cd27e7a71dd07a29069f.tar.gz
(reporter-dump-variable): Fix error format string.
-rw-r--r--lisp/mail/reporter.el2
1 files changed, 1 insertions, 1 deletions
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.