summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2022-04-12 22:39:44 -0500
committerCase Duckworth2022-04-12 22:39:44 -0500
commit35c88720df50aba03b5630fa3c5c9271a216c6fe (patch)
treee7602f38558841ecb4574320fc0de034a93a208c /lisp
parentRequire +chicken (diff)
downloademacs-35c88720df50aba03b5630fa3c5c9271a216c6fe.tar.gz
emacs-35c88720df50aba03b5630fa3c5c9271a216c6fe.zip
Fix requires
Diffstat (limited to 'lisp')
-rw-r--r--lisp/+ispell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/+ispell.el b/lisp/+ispell.el index 697233f..fbfc0f0 100644 --- a/lisp/+ispell.el +++ b/lisp/+ispell.el
@@ -4,7 +4,8 @@
4 4
5;;; Code: 5;;; Code:
6 6
7(require 'cl) 7(require 'cl-lib)
8(require 'seq)
8 9
9;; Utility function TODO: move elsewhere 10;; Utility function TODO: move elsewhere
10(defun +ispell-append-removing-duplicates (&rest lists) 11(defun +ispell-append-removing-duplicates (&rest lists)