emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog mail/emacsbug.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/emacsbug.el
Date: Fri, 23 Oct 2009 16:17:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/10/23 16:17:20

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : emacsbug.el 

Log message:
        * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
        to the DEBUG file (Bug#3781).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16486&r2=1.16487
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/emacsbug.el?cvsroot=emacs&r1=1.90&r2=1.91

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16486
retrieving revision 1.16487
diff -u -b -r1.16486 -r1.16487
--- ChangeLog   23 Oct 2009 16:01:19 -0000      1.16486
+++ ChangeLog   23 Oct 2009 16:17:17 -0000      1.16487
@@ -1,3 +1,8 @@
+2009-10-23  Chong Yidong  <address@hidden>
+
+       * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
+       to the DEBUG file (Bug#3781).
+
 2009-10-23  Jari Aalto  <address@hidden>
 
        * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish

Index: mail/emacsbug.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/emacsbug.el,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- mail/emacsbug.el    9 Oct 2009 06:29:59 -0000       1.90
+++ mail/emacsbug.el    23 Oct 2009 16:17:20 -0000      1.91
@@ -143,8 +143,8 @@
 
     (let ((debug-file (expand-file-name "DEBUG" data-directory)))
       (if (file-readable-p debug-file)
-         (insert "If you would like to further debug the crash, please read 
the file\n"
-                 debug-file " for instructions.\n")))
+         (insert "For information about debugging Emacs, please read the 
file\n"
+                 debug-file ".\n")))
     (add-text-properties (1+ user-point) (point) prompt-properties)
 
     (insert "\n\nIn " (emacs-version) "\n")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]