diff options
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/russian/russian.el | 6 | ||||
-rw-r--r-- | users/tazjin/russian/words.el | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/users/tazjin/russian/russian.el b/users/tazjin/russian/russian.el index 95af5b0e10ba..28f1addeaa04 100644 --- a/users/tazjin/russian/russian.el +++ b/users/tazjin/russian/russian.el @@ -21,9 +21,9 @@ "Merge two Russian word definitions together. If no previous definition exists, only the new one will be returned." (if (not previous) new - (assert (equal (russian-word-word previous) - (russian-word-word new)) - "different words passed into merge function") + (cl-assert (equal (russian-word-word previous) + (russian-word-word new)) + "different words passed into merge function") (make-russian-word :word (russian-word-word previous) :translations (-concat (russian-word-translations previous) (russian-word-translations new)) diff --git a/users/tazjin/russian/words.el b/users/tazjin/russian/words.el index a37a541b7dde..784e5bddde5e 100644 --- a/users/tazjin/russian/words.el +++ b/users/tazjin/russian/words.el @@ -4,7 +4,7 @@ ;; translations :: '(translation ...) ;; roots :: '(root ...) -(require 'russian-defs) +(require 'russian) (define-russian-words ;; 1-50 |