aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2013-03-02 23:26:39 -0800
committerPaul Eggert2013-03-02 23:26:39 -0800
commit50d8b29da30f41f5ec6c56fd7cbe4c42fa9756ba (patch)
tree36fcd75c39bca513946d20fe6a3e79f56f07bf5a /admin
parent7254ac084a4d42b9ec0efa5208985a9656a11249 (diff)
downloademacs-50d8b29da30f41f5ec6c56fd7cbe4c42fa9756ba.tar.gz
emacs-50d8b29da30f41f5ec6c56fd7cbe4c42fa9756ba.zip
* 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')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/bzrmerge.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 28e25ad98a3..9389a6af28f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12013-03-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
4 If there were a real need, it should be UTF-8 anyway.
5
12013-02-25 Paul Eggert <eggert@cs.ucla.edu> 62013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Simplify data_start configuration (Bug#13783). 8 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."
320 ;; bzrmerge-add-metadata does not work when there 320 ;; bzrmerge-add-metadata does not work when there
321 ;; are conflicts. 321 ;; are conflicts.
322 (display-warning 'bzrmerge "Resolve conflicts manually. 322 (display-warning 'bzrmerge "Resolve conflicts manually.
323¡BEWARE! Important metadata is kept in this Emacs session! 323BEWARE! Important metadata is kept in this Emacs session!
324Do not commit without re-running `M-x bzrmerge' first!" 324Do not commit without re-running `M-x bzrmerge' first!"
325 :warning bzrmerge-warning-buffer)) 325 :warning bzrmerge-warning-buffer))
326 (error "Resolve conflicts manually"))))) 326 (error "Resolve conflicts manually")))))