]> code.delx.au - gnu-emacs/commitdiff
* bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Mar 2013 07:26:39 +0000 (23:26 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Mar 2013 07:26:39 +0000 (23:26 -0800)
If there were a real need, it should be UTF-8 anyway.

admin/ChangeLog
admin/bzrmerge.el

index 28e25ad98a38bbf50eb6092af8732db2d70923f4..9389a6af28f29890cbc2f4ffa0e5f637f60b3dd6 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        Simplify data_start configuration (Bug#13783).
index b95c96d77efc16f790348b84794e08533375b935..4fa328b9d6d6c4b399b60fd7ad03df3ef36c9d6d 100644 (file)
@@ -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")))))