diff options
| author | Stefan Monnier | 2008-04-14 22:04:38 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-14 22:04:38 +0000 |
| commit | bd5c2732aa2d2dacb43fe047caf7fc45dc18d342 (patch) | |
| tree | 9c5236203bba87f562adb30b88f0d4ca3e6472d6 /lisp/ChangeLog | |
| parent | 66787d5102721eb738237d9a44e37eb0fe55c50f (diff) | |
| download | emacs-bd5c2732aa2d2dacb43fe047caf7fc45dc18d342.tar.gz emacs-bd5c2732aa2d2dacb43fe047caf7fc45dc18d342.zip | |
(minibuffer-message): Make sure we can put-text-property.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6102575cf6..cc9ee1d1f7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * minibuffer.el (minibuffer-message): Make sure we can put-text-property. | ||
| 4 | |||
| 3 | * emacs-lisp/crm.el: Complete rewrite. | 5 | * emacs-lisp/crm.el: Complete rewrite. |
| 4 | 6 | ||
| 5 | * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1. | 7 | * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1. |