mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-09 23:35:42 +01:00
Fix scope variables
This commit is contained in:
parent
086a408a10
commit
2f30f0180e
@ -14,7 +14,7 @@
|
||||
(defun learning-irregular-verbs-in-English ()
|
||||
"Application to learn and review irregular verbs in English."
|
||||
(interactive)
|
||||
(let ((learning-irregular-verbs-in-English--verbs '(
|
||||
(let* ((learning-irregular-verbs-in-English--verbs '(
|
||||
("beat" "beat" "beaten")
|
||||
("become" "became" "become")
|
||||
("begin" "began" "begun")
|
||||
|
Loading…
Reference in New Issue
Block a user