diff lisp/mail/reporter.el @ 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 83f275dcd93a
children 577024cb8653
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.