remove unused let vars

This commit is contained in:
Thomas von Dein
2017-07-18 05:56:04 +02:00
parent fbc9d943b2
commit 45abed8373

View File

@@ -195,10 +195,7 @@ Executes `autoscratch-trigger-hook' after evaluation."
(message (format "autoscratch switched to %s" major-mode))) (message (format "autoscratch switched to %s" major-mode)))
(defun autoscratch--look-for-triggers (forward) (defun autoscratch--look-for-triggers (forward)
(let ((matchform nil) (let ((matchform nil))
(renamed nil)
(newname nil)
(C 0))
(when (or (catch 'done (when (or (catch 'done
(dolist (trigger autoscratch-triggers-alist) (dolist (trigger autoscratch-triggers-alist)
(when (if forward (when (if forward