branch: externals/debbugs
commit 8e5f30ce0ce24942267aa053eb9b49dfda278b88
Author: Lars Magne Ingebrigtsen <[email protected]>
Commit: Lars Magne Ingebrigtsen <[email protected]>
(debbugs-send-control-message): Fix typo in the "done" case.
---
ChangeLog | 1 +
debbugs.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index b50fe64..ea7f4ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* debbugs.el (debbugs-send-control-message): Add severity and "done".
(debbugs-select-report): Set the minor summary mode in the right
buffer.
+ (debbugs-send-control-message): Fix typo in the "done" case.
2011-06-30 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/debbugs.el b/debbugs.el
index 7ed1a45..a42aa67 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -532,7 +532,7 @@ fixed, and then closed."
((equal message "close")
(format "close %d\n" id))
((equal message "done")
- (format "tags %d fixed\bclose %d\n" id id))
+ (format "tags %d fixed\nclose %d\n" id id))
((member message '("important" "normal" "minor" "wishlist"))
(format "severity %d %s\n" id message))
(t