diff options
| author | Eli Zaretskii | 2010-02-20 10:59:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-02-20 10:59:16 +0200 |
| commit | 0f00e9485d96c308b126553bd1b90ce4e64f1a1d (patch) | |
| tree | 79458a83a4a325323e8f3bb817d4274e28202846 /lisp/ChangeLog | |
| parent | 3513efb2b574346664d73bf3027aa12c4f11a830 (diff) | |
| download | emacs-0f00e9485d96c308b126553bd1b90ce4e64f1a1d.tar.gz emacs-0f00e9485d96c308b126553bd1b90ce4e64f1a1d.zip | |
subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
property is removed.
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 5d2c0d87b03..5613793edff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-02-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * subr.el (remove-yank-excluded-properties): Explain in a comment | ||
| 4 | why `category' property is removed. | ||
| 5 | |||
| 1 | 2010-02-19 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-02-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * isearch.el (isearch-update-post-hook, isearch-update): Revert | 8 | * isearch.el (isearch-update-post-hook, isearch-update): Revert |