From 45abed8373891df6f8c2e8d3364d9255e08d9b97 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 18 Jul 2017 05:56:04 +0200 Subject: [PATCH] remove unused let vars --- autoscratch.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/autoscratch.el b/autoscratch.el index e765986..904974a 100644 --- a/autoscratch.el +++ b/autoscratch.el @@ -195,10 +195,7 @@ Executes `autoscratch-trigger-hook' after evaluation." (message (format "autoscratch switched to %s" major-mode))) (defun autoscratch--look-for-triggers (forward) - (let ((matchform nil) - (renamed nil) - (newname nil) - (C 0)) + (let ((matchform nil)) (when (or (catch 'done (dolist (trigger autoscratch-triggers-alist) (when (if forward