Explorar o código

lisp/org.el: Use "[BUG]" instead of "Bug:" for bug reports

* lisp/org.el (org-submit-bug-report): Use "[BUG]" as the subject
prefix.
Bastien %!s(int64=4) %!d(string=hai) anos
pai
achega
24473b5e08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
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 ()