diff options
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95952ca0b97..2e9a2cdbe0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca> + * filecache.el (file-cache-add-file): Use push and cons. + (file-cache-delete-file-regexp): Use push. + (file-cache-complete): Use completion-in-region. + * simple.el (with-wrapper-hook): Fix thinko. * hfy-cmap.el (hfy-rgb-file): Use locate-file. |