From b846a40af4438d6ff1f9847bef23845735ce902c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 30 Jul 2018 23:03:34 +0200 Subject: [PATCH] Remove unused letvar, spec --- modules/lang/org/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index f11ac9f46..eefa0f93d 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -364,7 +364,6 @@ conditions where a window's buffer hasn't changed at the time this hook is run." (cl-loop with i = -1 for seg in (delq nil path) for face = (nth (% (cl-incf i) org-n-level-faces) org-level-faces) - for spec = (face-all-attributes face) collect (propertize (replace-regexp-in-string "[ \t]+\\'" "" seg) 'face (if face `(:foreground ,(face-foreground face))))) separator))))