Mercurial > emacs
comparison lisp/ChangeLog @ 106234:e5945bbfa5b1
(dabbrev--minibuffer-origin): Use minibuffer-selected-window.
(dabbrev-completion): Use completion-in-region.
(dabbrev--abbrev-at-point): Simplify regexp.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 25 Nov 2009 05:31:05 +0000 |
parents | 13733fc37569 |
children | 4e5a706e62fa |
comparison
equal
deleted
inserted
replaced
106233:13733fc37569 | 106234:e5945bbfa5b1 |
---|---|
1 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window. | |
4 (dabbrev-completion): Use completion-in-region. | |
5 (dabbrev--abbrev-at-point): Simplify regexp. | |
2 | 6 |
3 * abbrev.el (abbrev--before-point): Use word-motion functions | 7 * abbrev.el (abbrev--before-point): Use word-motion functions |
4 if :regexp is not specified (bug#5031). | 8 if :regexp is not specified (bug#5031). |
5 | 9 |
6 * subr.el (string-prefix-p): New function. | 10 * subr.el (string-prefix-p): New function. |