X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9906310798d936a6cacd0ec5a2d3b607e911c423..d66ad1e70091acd1d50e39a16773fe2ece3af0c4:/dot/emacs-calc diff --git a/dot/emacs-calc b/dot/emacs-calc index ad95840..017f00b 100644 --- a/dot/emacs-calc +++ b/dot/emacs-calc @@ -82,12 +82,14 @@ constant bounds." (gig "GB" "Gigabyte") (GB "1024 * MB" "Gigabyte") (meg "MB" "Megabyte") - (MB "1024 * KB" "Megabyte") - (KB "1024 * byte" "Kilobyte") + (MB "1024 * kB" "Megabyte") + (KB "kB" "Kilobyte") + (kB "1024 * byte" "Kilobyte") (Tb "1024 * Gb" "Teraabit") (Gb "1024 * Mb" "Gigabit") - (Mb "1024 * Kb" "Megabit") - (Kb "1024 * bit" "Kilobit") + (Mb "1024 * kb" "Megabit") + (Kb "kb" "Kilobit") + (kb "1024 * bit" "Kilobit") (byte "octet" "Byte") (octet "8 * bit" "Octet") (bit nil "Bit")