comparison lisp/mail/emacsbug.el @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents c5406394f567 266042c9bbc6
children ca120caa5838
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
124 prompt-properties) 124 prompt-properties)
125 125
126 (setq user-point (point)) 126 (setq user-point (point))
127 (insert "\n\n") 127 (insert "\n\n")
128 128
129 (insert "If emacs crashed, and you have the emacs process in the gdb debugger,\n" 129 (insert "If Emacs crashed, and you have the Emacs process in the gdb debugger,\n"
130 "please include the output from the following gdb commands:\n" 130 "please include the output from the following gdb commands:\n"
131 " `bt full' and `xbacktrace'.\n") 131 " `bt full' and `xbacktrace'.\n")
132 132
133 (let ((debug-file (expand-file-name "DEBUG" data-directory))) 133 (let ((debug-file (expand-file-name "DEBUG" data-directory)))
134 (if (file-readable-p debug-file) 134 (if (file-readable-p debug-file)