diff options
| author | Aaron S. Hawley | 2011-03-06 23:35:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-06 23:35:25 -0800 |
| commit | f72c1fd6afa573e3cabe8046b9de31c2ce73cf62 (patch) | |
| tree | 1da5a93d1494436daece237e60f27eb4c441d81f /lisp/ChangeLog | |
| parent | 16130297d04ceb76a8c1f6649863560bd234697e (diff) | |
| download | emacs-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/ChangeLog | 1 |
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 | ||
| 6 | 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 8 | ||