diff options
| author | Glenn Morris | 2013-07-26 20:29:42 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-07-26 20:29:42 -0400 |
| commit | f26afdb0c543d2fe5299aa7c45a321d63534d687 (patch) | |
| tree | afcc0fadf50b6801f33dacf537a8a25cc3ac20b5 /lisp/ChangeLog | |
| parent | ff62aabc622fdf35aaa878fd284f446de85fc5fd (diff) | |
| download | emacs-f26afdb0c543d2fe5299aa7c45a321d63534d687.tar.gz emacs-f26afdb0c543d2fe5299aa7c45a321d63534d687.zip | |
* lisp/format.el (format-annotate-function): Handle read-only text properties
in the source.
Fixes: debbugs:14887
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c5b857d374..14af1cfbda9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * format.el (format-annotate-function): | ||
| 4 | Handle read-only text properties in the source. (Bug#14887) | ||
| 5 | |||
| 1 | 2013-07-24 Glenn Morris <rgm@gnu.org> | 6 | 2013-07-24 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * dired-x.el (dired-mark-extension): Convert comment to doc string. | 8 | * dired-x.el (dired-mark-extension): Convert comment to doc string. |