From e2ce1ae3e0074f023efc0e34739403fc2e0175ce Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 30 Jul 2023 15:04:57 +0000 Subject: [PATCH] Remove unnecessary (require 'inline) call [1. text/plain] --- typo.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/typo.el b/typo.el index aa32b3d..4b8102c 100644 --- a/typo.el +++ b/typo.el @@ -37,8 +37,6 @@ ;;; Code: -(eval-when-compile (require 'inline)) - (defgroup typo nil "Completion style using typo analysis." :group 'minibuffer) -- 2.45.2