summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2023-07-30 15:04:57 +0000
committerPhilip Kaludercic <philipk@posteo.net>2023-07-30 17:05:55 +0200
commite2ce1ae3e0074f023efc0e34739403fc2e0175ce (patch)
treeeaac7f4a768364d75333a8b80b5d29a373eb1d0f
parentf5920481422460837572646656f8ad2307e70c58 (diff)
Remove unnecessary (require 'inline) callexternals/typo
[1. text/plain]
-rw-r--r--typo.el2
1 files changed, 0 insertions, 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)