From 128c54ad6c001fd85d19acaaa95af183873d7160 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 25 Jun 2015 23:45:51 -0700 Subject: [PATCH] Code style: use auto-format --- spray.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spray.el b/spray.el index 7278798..c0d7808 100644 --- a/spray.el +++ b/spray.el @@ -247,11 +247,11 @@ decreasing by one for each subsequent word." (len (+ (skip-chars-forward "^\s\t\n—") (skip-chars-forward "—"))) (end (point)) (accent (+ beg (cl-case len - ((1) 1) - ((2 3 4 5) 2) - ((6 7 8 9) 3) - ((10 11 12 13) 4) - (t 5))))) + ((1) 1) + ((2 3 4 5) 2) + ((6 7 8 9) 3) + ((10 11 12 13) 4) + (t 5))))) ;; this fairly obfuscated, using magic numbers to store state ;; it would be nice to sometime patch this so it is more readable. ;; for greater than 9 length, we display for twice as long -- 2.30.2