emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v


From: Michael Cadilhac
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v
Date: Wed, 15 Aug 2007 02:23:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Cadilhac <cadilhac>     07/08/15 02:23:22

Index: emacsbug.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/emacsbug.el,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- emacsbug.el 26 Jul 2007 05:27:12 -0000      1.74
+++ emacsbug.el 15 Aug 2007 02:23:22 -0000      1.75
@@ -73,6 +73,9 @@
   ;; This strange form ensures that (recent-keys) is the value before
   ;; the bug subject string is read.
   (interactive (reverse (list (recent-keys) (read-string "Bug Subject: "))))
+  ;; The syntax `version;' is preferred to `[version]' because the
+  ;; latter could be mistakenly stripped by mailing software.
+  (setq topic (concat "Bug: " emacs-version "; " topic))
   ;; If there are four numbers in emacs-version, this is a pretest
   ;; version.
   (let* ((pretest-p (string-match "\\..*\\..*\\." emacs-version))




reply via email to

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