mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-17 12:30:58 +01:00
remove unused let vars
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user