summary refs log tree commit diff stats
path: root/lisp/+ispell.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-13 10:16:19 -0500
committerCase Duckworth2022-04-13 10:16:19 -0500
commitd26bfd92e129887fd3cf088db33a0ad0bbd8d300 (patch)
tree7ae4556b097608d883909bf5786da720f9a0a80f /lisp/+ispell.el
parentConfigure org-mode ... some more (diff)
parentDang ol +shr.el file (diff)
downloademacs-d26bfd92e129887fd3cf088db33a0ad0bbd8d300.tar.gz
emacs-d26bfd92e129887fd3cf088db33a0ad0bbd8d300.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'lisp/+ispell.el')
-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)