diff options
| author | Eli Zaretskii | 2011-04-08 18:31:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-08 18:31:33 +0300 |
| commit | e3971c4440fc828326aaeec79d1a53638d67ed0f (patch) | |
| tree | 1852d4441b5b192898e3639b5daaa1cf24cc41d8 /lisp/ChangeLog | |
| parent | a1de6c6a0558bc86a841b3ee4b61c237748bedc2 (diff) | |
| download | emacs-e3971c4440fc828326aaeec79d1a53638d67ed0f.tar.gz emacs-e3971c4440fc828326aaeec79d1a53638d67ed0f.zip | |
New function file-size-human-readable.
lisp/files.el (file-size-human-readable): New function.
lisp/ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
computing the representation inline. Don't require `cl'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f06ca5bfaf9..6dfcbdbcdc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-04-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * files.el (file-size-human-readable): New function. | ||
| 4 | |||
| 5 | * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of | ||
| 6 | computing the representation inline. Don't require `cl'. | ||
| 7 | |||
| 1 | 2011-04-08 Glenn Morris <rgm@gnu.org> | 8 | 2011-04-08 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported. | 10 | * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported. |