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: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/emacsbug.el
Date: Sat, 31 Oct 2009 02:13:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/31 02:13:41

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

Log message:
        Remove odd/obsolete header comment.
        (report-emacs-bug): Request `emacs -Q' recipes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16528&r2=1.16529
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/emacsbug.el?cvsroot=emacs&r1=1.92&r2=1.93

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16528
retrieving revision 1.16529
diff -u -b -r1.16528 -r1.16529
--- ChangeLog   31 Oct 2009 02:10:43 -0000      1.16528
+++ ChangeLog   31 Oct 2009 02:13:38 -0000      1.16529
@@ -1,5 +1,7 @@
 2009-10-31  Glenn Morris  <address@hidden>
 
+       * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
+
        * emacs-lisp/bytecomp.el (byte-compile-warning-types)
        (byte-compile-warnings): Add `constants' as an option.
        (byte-compile-callargs-warn, byte-compile-arglist-warn)

Index: mail/emacsbug.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/emacsbug.el,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- mail/emacsbug.el    24 Oct 2009 22:09:11 -0000      1.92
+++ mail/emacsbug.el    31 Oct 2009 02:13:41 -0000      1.93
@@ -7,7 +7,6 @@
 ;; Maintainer: FSF
 ;; Keywords: maint mail
 
-;; Not fully installed because it can work only on Internet hosts.
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
@@ -130,7 +129,8 @@
        (insert ",\nand to the gnu.emacs.bug news group.\n\n")))
 
     (insert "Please describe exactly what actions triggered the bug\n"
-           "and the precise symptoms of the bug:\n\n")
+           "and the precise symptoms of the bug.  If you can, give\n"
+           "a recipe starting from `emacs -Q':\n\n")
     (add-text-properties (point) (save-excursion (mail-text) (point))
                          prompt-properties)
 




reply via email to

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