aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")
217 (mail-position-on-field "X-Reporter-Void-Vars-Found") 217 (mail-position-on-field "X-Reporter-Void-Vars-Found")
218 (end-of-line) 218 (end-of-line)
219 (insert (symbol-name varsym) " "))) 219 (insert (symbol-name varsym) " ")))
220 (error (error)))) 220 (error (error ""))))
221 221
222(defun reporter-dump-state (pkgname varlist pre-hooks post-hooks) 222(defun reporter-dump-state (pkgname varlist pre-hooks post-hooks)
223 ;; Dump the state of the mode specific variables. 223 ;; Dump the state of the mode specific variables.