comparison lisp/ChangeLog @ 94561:bbc1b1a5633e

(completion--insert-strings): Use string-width rather than length.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 02 May 2008 17:32:51 +0000
parents 9154a25c84c6
children 46f178f2b009
comparison
equal deleted inserted replaced
94560:9154a25c84c6 94561:bbc1b1a5633e
6 * dired.el (dired-read-dir-and-switches): 6 * dired.el (dired-read-dir-and-switches):
7 Set minibuffer-completing-file-name and call substitute-in-file-name. 7 Set minibuffer-completing-file-name and call substitute-in-file-name.
8 8
9 * minibuffer.el (completion-hilit-commonality): Revert last change: 9 * minibuffer.el (completion-hilit-commonality): Revert last change:
10 the leftover code was actually useful. 10 the leftover code was actually useful.
11 (completion--insert-strings): Use string-width rather than length.
11 12
12 2008-05-02 Sam Steingold <sds@gnu.org> 13 2008-05-02 Sam Steingold <sds@gnu.org>
13 14
14 * vc.el (vc-dir-mode-map): Enable mouse bindings. 15 * vc.el (vc-dir-mode-map): Enable mouse bindings.
15 (vc-at-event): New macro: run the body at the even location. 16 (vc-at-event): New macro: run the body at the even location.