瀏覽代碼

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 4 年之前
父節點
當前提交
24473b5e08
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ()