aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAaron S. Hawley2011-03-06 23:35:25 -0800
committerGlenn Morris2011-03-06 23:35:25 -0800
commitf72c1fd6afa573e3cabe8046b9de31c2ce73cf62 (patch)
tree1da5a93d1494436daece237e60f27eb4c441d81f /lisp/ChangeLog
parent16130297d04ceb76a8c1f6649863560bd234697e (diff)
downloademacs-f72c1fd6afa573e3cabe8046b9de31c2ce73cf62.tar.gz
emacs-f72c1fd6afa573e3cabe8046b9de31c2ce73cf62.zip
* lisp/play/morse.el (morse-region, unmorse-region): Barf if read-only.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 673f8a456f6..38d9283f748 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * play/morse.el (nato-alphabet, nato-region, denato-region): 3 * play/morse.el (nato-alphabet, nato-region, denato-region):
4 New variable and functions. (Bug#2288) 4 New variable and functions. (Bug#2288)
5 (morse-region, unmorse-region): Barf if read-only.
5 6
62011-03-06 Stefan Monnier <monnier@iro.umontreal.ca> 72011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7 8