comparison 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
comparison
equal deleted inserted replaced
14428:165a13220edc 14429:da2b8c03799f
215 (save-excursion 215 (save-excursion
216 (set-buffer mailbuf) 216 (set-buffer mailbuf)
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.
224 ;; PKGNAME contains the name of the mode as it will appear in the bug 224 ;; PKGNAME contains the name of the mode as it will appear in the bug
225 ;; report (you must explicitly concat any version numbers). 225 ;; report (you must explicitly concat any version numbers).