From: Paul Eggert Date: Sun, 3 Mar 2013 07:26:39 +0000 (-0800) Subject: * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50d8b29da30f41f5ec6c56fd7cbe4c42fa9756ba;p=emacs.git * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic. If there were a real need, it should be UTF-8 anyway. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 28e25ad98a3..9389a6af28f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,8 @@ +2013-03-03 Paul Eggert + + * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic. + If there were a real need, it should be UTF-8 anyway. + 2013-02-25 Paul Eggert Simplify data_start configuration (Bug#13783). 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")))))