Mercurial > emacs
diff lisp/ChangeLog @ 106130:a035929f0418
(file-cache-add-file): Use push and cons.
(file-cache-delete-file-regexp): Use push.
(file-cache-complete): Use completion-in-region.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Nov 2009 22:02:53 +0000 |
parents | 6dab1818bdd4 |
children | aef9a4af6024 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 19 20:58:42 2009 +0000 +++ b/lisp/ChangeLog Thu Nov 19 22:02:53 2009 +0000 @@ -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.