From 030f5e98cae2ed0ed74bae5186492ad1191b83a7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 25 Jun 2022 12:23:50 +0100 Subject: [PATCH] dot/emacs-calc: Fix ugly close-paren formatting. --- dot/emacs-calc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot/emacs-calc b/dot/emacs-calc index 85c2748..3487ae5 100644 --- a/dot/emacs-calc +++ b/dot/emacs-calc @@ -98,8 +98,7 @@ constant bounds." (kb "1024 * bit" "Kilobit") (byte "octet" "Byte") (octet "8 * bit" "Octet") - (bit nil "Bit") -)) + (bit nil "Bit"))) ;;; End of custom units ;;; Variable "var-AlgSimpRules" stored by Calc on Thu Jan 6 21:04:23 2000 -- 2.11.0