commit 86ed6bb7133d23b4a4787fdbe389d603d389a7c7 parent e8a54855616af6c05366377657f028bb9c11f441 Author: Tomas Hlavaty <tom@logand.com> Date: Wed, 30 Dec 2020 23:50:43 +0100 add missing require Diffstat:
M | emacs-unoffice.el | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emacs-unoffice.el b/emacs-unoffice.el @@ -18,6 +18,7 @@ ;;; (add-to-list 'auto-mode-alist '("\\.odt\\'" . unodt)) (require 'arc-mode) +(require 'cl) (require 'xml) (defun unabw ()