aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-05-03 10:28:39 +0000
committerEli Zaretskii2008-05-03 10:28:39 +0000
commita43e305413e3cce45496bcbfa6845b7fd6c206cc (patch)
tree989c086d6353bed13918ceb38e62f4cc26b500af /lisp/ChangeLog
parent17f039f312eba0f304a33abd7890328a02417fd4 (diff)
downloademacs-a43e305413e3cce45496bcbfa6845b7fd6c206cc.tar.gz
emacs-a43e305413e3cce45496bcbfa6845b7fd6c206cc.zip
(ls-lisp-insert-directory): Use `string-width' instead of `length'
for comparing length of user and group names.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84d1f3e5833..8e0828a09cb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-05-03 Eli Zaretskii <eliz@gnu.org>
2
3 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
4 instead of `length' for comparing length of user and group names.
5
12008-05-03 Eric S. Raymond <esr@snark.thyrsus.com> 62008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
2 7
3 * vc-dispatcher.el: New file, separates out the UI and command 8 * vc-dispatcher.el: New file, separates out the UI and command