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
commit5fc329f9309fa7cc58f0790fe2e1213f85cebd70 (patch)
treede0d53bee53130f43afee1df83974e666345a95c
parentea0bb97f77cf7d6b1153732b27a1b5449af2a380 (diff)
downloademacs-5fc329f9309fa7cc58f0790fe2e1213f85cebd70.tar.gz
emacs-5fc329f9309fa7cc58f0790fe2e1213f85cebd70.tar.bz2
emacs-5fc329f9309fa7cc58f0790fe2e1213f85cebd70.zip
(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.