Mercurial > emacs
comparison lisp/ChangeLog @ 108002:c609e6e60b3d
* vc-dispatcher (vc-finish-logentry): Don't mess with the windows/frames.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 20 Apr 2010 12:52:43 -0400 |
parents | 3d52b4ac976f |
children | 452f0cc5f879 |
comparison
equal
deleted
inserted
replaced
108001:3d52b4ac976f | 108002:c609e6e60b3d |
---|---|
1 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the | |
4 windows/frames. | |
2 | 5 |
3 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point. | 6 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point. |
4 I.e. include text after point in the completion region. | 7 I.e. include text after point in the completion region. |
5 Also, return nil when we're not after/in a symbol. | 8 Also, return nil when we're not after/in a symbol. |
6 | 9 |