mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-16 20:10:57 +01:00
lc variable name
This commit is contained in:
@@ -241,12 +241,12 @@ associated Lisp form."
|
|||||||
(when (> (point) autoscratch-trigger-after)
|
(when (> (point) autoscratch-trigger-after)
|
||||||
(autoscratch--eval-trigger autoscratch-default-trigger)))))
|
(autoscratch--eval-trigger autoscratch-default-trigger)))))
|
||||||
|
|
||||||
(defun autoscratch--self-insert-command (N)
|
(defun autoscratch--self-insert-command (n)
|
||||||
"Look for autoscratch trigger, execute if found and call `self-insert-command'.
|
"Look for autoscratch trigger, execute if found and call `self-insert-command'.
|
||||||
|
|
||||||
N is the char the user just entered into the (new) scratch buffer."
|
N is the char the user just entered into the (new) scratch buffer."
|
||||||
(interactive "p")
|
(interactive "p")
|
||||||
(self-insert-command N)
|
(self-insert-command n)
|
||||||
(autoscratch--look-for-triggers nil))
|
(autoscratch--look-for-triggers nil))
|
||||||
|
|
||||||
(defun autoscratch--yank (&optional arg)
|
(defun autoscratch--yank (&optional arg)
|
||||||
|
|||||||
Reference in New Issue
Block a user