summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-diff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-diff.el b/lisp/km-diff.el
index 9b92f7a..d7b706d 100644
--- a/lisp/km-diff.el
+++ b/lisp/km-diff.el
@@ -160,7 +160,7 @@ will copy and the current comment,
(insert "> ")
(forward-line 1))
(goto-char (point-min))
- (while (re-search-forward "> : ?" nil t)
+ (while (re-search-forward "^> : ?" nil t)
(replace-match ""))
(message-mode)
(set-buffer-modified-p nil)