comparison lisp/ChangeLog @ 106132:57f23ca20a76

* window.el (display-buffer-mark-dedicated): New var. (display-buffer): Obey it. * minibuffer.el (minibuffer-completion-help): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Nov 2009 22:05:40 +0000
parents aef9a4af6024
children cff2b8b6d64e
comparison
equal deleted inserted replaced
106131:aef9a4af6024 106132:57f23ca20a76
1 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.el (display-buffer-mark-dedicated): New var.
4 (display-buffer): Obey it.
5 * minibuffer.el (minibuffer-completion-help): Use it.
2 6
3 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region. 7 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4 8
5 * filecache.el (file-cache-add-file): Use push and cons. 9 * filecache.el (file-cache-add-file): Use push and cons.
6 (file-cache-delete-file-regexp): Use push. 10 (file-cache-delete-file-regexp): Use push.