Mercurial > emacs
comparison lisp/ChangeLog @ 106233:13733fc37569
(abbrev--before-point): Use word-motion functions
if :regexp is not specified (bug#5031).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 25 Nov 2009 04:59:02 +0000 |
parents | f44541b1d13c |
children | e5945bbfa5b1 |
comparison
equal
deleted
inserted
replaced
106232:f44541b1d13c | 106233:13733fc37569 |
---|---|
1 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * abbrev.el (abbrev--before-point): Use word-motion functions | |
4 if :regexp is not specified (bug#5031). | |
2 | 5 |
3 * subr.el (string-prefix-p): New function. | 6 * subr.el (string-prefix-p): New function. |
4 | 7 |
5 * man.el (Man-completion-cache): New var. | 8 * man.el (Man-completion-cache): New var. |
6 (Man-completion-table): Use it. | 9 (Man-completion-table): Use it. |