mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-16 20:10:57 +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)))
|
||||
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user