Mercurial > emacs
comparison lisp/ChangeLog @ 85773:13ae285f009a
Rename `count' and `system-flag' to :count and :system. Update all users.
(abbrev-get, abbrev-put): Simplify.
(define-abbrev): Don't store the `force' value in the :system property.
(abbrev--before-point): Obey the :enable-function of the abbrev as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Oct 2007 01:39:19 +0000 |
parents | 6b9c41aaadf8 |
children | 2ca0af23d79d |
comparison
equal
deleted
inserted
replaced
85772:6b9c41aaadf8 | 85773:13ae285f009a |
---|---|
1 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * abbrev.el: Rename `count' and `system-flag' to :count and :system. | |
4 Update all users. | |
5 (abbrev-get, abbrev-put): Simplify. | |
6 (define-abbrev): Don't store the `force' value in the :system property. | |
7 (abbrev--before-point): Obey the :enable-function of the abbrev as well. | |
8 | |
1 2007-10-30 Michael Olson <mwolson@gnu.org> | 9 2007-10-30 Michael Olson <mwolson@gnu.org> |
2 | 10 |
3 * desktop.el (desktop-minor-mode-table): Add line for ERC. | 11 * desktop.el (desktop-minor-mode-table): Add line for ERC. |
4 | 12 |
5 * textmodes/remember.el: New file that implements a mode for | 13 * textmodes/remember.el: New file that implements a mode for |