summaryrefslogtreecommitdiff
path: root/admin/bzrmerge.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-03-02 23:26:39 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-03-02 23:26:39 -0800
commit50d8b29da30f41f5ec6c56fd7cbe4c42fa9756ba (patch)
tree36fcd75c39bca513946d20fe6a3e79f56f07bf5a /admin/bzrmerge.el
parent7254ac084a4d42b9ec0efa5208985a9656a11249 (diff)
downloademacs-50d8b29da30f41f5ec6c56fd7cbe4c42fa9756ba.tar.gz
* bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
If there were a real need, it should be UTF-8 anyway.
Diffstat (limited to 'admin/bzrmerge.el')
-rw-r--r--admin/bzrmerge.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el
index b95c96d77ef..4fa328b9d6d 100644
--- a/admin/bzrmerge.el
+++ b/admin/bzrmerge.el
@@ -320,7 +320,7 @@ Does not make other difference."
;; bzrmerge-add-metadata does not work when there
;; are conflicts.
(display-warning 'bzrmerge "Resolve conflicts manually.
-ĦBEWARE! Important metadata is kept in this Emacs session!
+BEWARE! Important metadata is kept in this Emacs session!
Do not commit without re-running `M-x bzrmerge' first!"
:warning bzrmerge-warning-buffer))
(error "Resolve conflicts manually")))))