1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
emacs/lisp/url
Mattias Engdegård 408e75e819 Clean up file-size-function
It is now called `byte-count-to-string-function', and used instead of
calling `file-size-human-readable' directly where appropriate.

* lisp/files.el (file-size-human-readable-iec): New.
(file-size-function): Rename to byte-count-to-string-function.  Better
default value.  Eliminate lambda.  Better default for custom choice.
Put in group `files'.  More descriptive doc string.  Move.
(out-of-memory-warning-percentage, warn-maybe-out-of-memory)
(get-free-disk-space):
* lisp/dired.el (dired-number-of-marked-files):
* lisp/url/url-http.el (url-http-simple-after-change-function)
(url-http-content-length-after-change-function):
Use byte-count-to-string-function.
* test/lisp/files-test.el (files-test-file-size-human-readable):
Test file-size-human-readable-iec.
2019-08-02 12:38:44 +02:00
..
ChangeLog.1
url-about.el
url-auth.el Fix long credentials when using auth in url.el 2019-07-13 01:31:24 +02:00
url-cache.el
url-cid.el
url-cookie.el
url-dav.el Rewrite `url-dav-process-date-property' to use parse-time 2019-07-31 21:47:29 +02:00
url-dired.el
url-domsuf.el
url-expand.el
url-file.el
url-ftp.el
url-future.el
url-gw.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
url-handlers.el
url-history.el
url-http.el Clean up file-size-function 2019-08-02 12:38:44 +02:00
url-imap.el
url-irc.el
url-ldap.el
url-mailto.el
url-methods.el
url-misc.el
url-news.el
url-nfs.el
url-ns.el
url-parse.el
url-privacy.el
url-proxy.el
url-queue.el
url-tramp.el Make url-tramp more robust 2019-06-15 12:19:01 +02:00
url-util.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
url-vars.el Don't set url-mime-charset-string from set-language-environment 2019-07-09 03:44:13 +02:00
url.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00