diff options
| author | Christopher League <league@contrapunctus.net> | 2020-05-12 14:20:57 -0400 |
|---|---|---|
| committer | Christopher League <league@contrapunctus.net> | 2020-05-12 14:20:57 -0400 |
| commit | a7ae9986d4bc56b1d44cafe8c9755a4290c2b7eb (patch) | |
| tree | d1d9664c9d941cce341fa86fec0f1a2f524c6e0e /evil-org-test.el | |
| parent | 2d70c981587187f4fb7d72b9c5b368e6f7c1460f (diff) | |
Replace count, first, second with cl- aliases.
These no longer work in emacs-27.0.91.
Diffstat (limited to 'evil-org-test.el')
| -rw-r--r-- | evil-org-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-org-test.el b/evil-org-test.el index 9c5c963..d8fec1e 100644 --- a/evil-org-test.el +++ b/evil-org-test.el @@ -120,7 +120,7 @@ (evil-org-with "* |Funny heading with some text :testcase:" (let ((w (evil-a-word))) - (evil-org-delete (first w) (second w))))))) + (evil-org-delete (cl-first w) (cl-second w))))))) ;; TODO test x and X ;; TODO test < and > |
