]> git.eshelyaron.com Git - emacs.git/commitdiff
(reporter-dump-variable): Fix error format string.
authorKarl Heuer <kwzh@gnu.org>
Mon, 29 Jan 1996 23:18:35 +0000 (23:18 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 29 Jan 1996 23:18:35 +0000 (23:18 +0000)
lisp/mail/reporter.el

index 9e8925ea2453770551f03e2d0c8621b45d0d8877..1b7d40a14c7bfc707c8bae3774fb76515b78b694 100644 (file)
@@ -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.