aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorUlrich Mueller <[email protected]>2012-01-05 19:12:46 -0500
committerGlenn Morris <[email protected]>2012-01-05 19:12:46 -0500
commit7dccca16f091f50606a0dcdc1f592d573c01b658 (patch)
tree299862b1a68ac8402a483bc6c13b72392e6b1566 /lisp/ChangeLog
parentafbb793039d5777d3cac6af9e00f27139ddf8dd7 (diff)
* lisp/play/doctor.el (doctor-death): Escape "," characters.
Fixes: debbugs:10370
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e4d4062668..7e5fd5be1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-06 Ulrich Mueller <[email protected]>
+
+ * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
+
2012-01-05 Glenn Morris <[email protected]>
* eshell/em-unix.el (diff-no-select): Autoload it.