emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org 24473b5 15/41: lisp/org.el: Use "[BUG]" instead of


From: ELPA Syncer
Subject: [elpa] externals/org 24473b5 15/41: lisp/org.el: Use "[BUG]" instead of "Bug:" for bug reports
Date: Sun, 16 May 2021 04:57:17 -0400 (EDT)

branch: externals/org
commit 24473b5e082b19f67ced1d6f1db87a690cf08c17
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    lisp/org.el: Use "[BUG]" instead of "Bug:" for bug reports
    
    * lisp/org.el (org-submit-bug-report): Use "[BUG]" as the subject
    prefix.
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index c597219..04abb73 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -18469,7 +18469,7 @@ Your bug report will be posted to the Org mailing list.
 ------------------------------------------------------------------------")
     (save-excursion
       (when (re-search-backward "^\\(Subject: \\)Org mode version \\(.*?\\);[ 
\t]*\\(.*\\)" nil t)
-       (replace-match "\\1Bug: \\3 [\\2]")))))
+       (replace-match "\\1[BUG] \\3 [\\2]")))))
 
 
 (defun org-install-agenda-files-menu ()



reply via email to

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