mirror of
https://github.com/tanrax/lirve.el.git
synced 2025-09-26 20:25:53 +02:00
Add code state, update variables to const and renamed some functions
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
;;; Commentary:
|
||||
;; This file contains a list of irregular verbs in English, with their
|
||||
;; This file contains a list of irregular verbs in English
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defvar lirve-verbs--list '(
|
||||
(defconst lirve-verbs--list '(
|
||||
(
|
||||
(infinitive . "beat")
|
||||
(simple-past . "beat")
|
||||
|
Reference in New Issue
Block a user