diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2023-07-30 15:04:57 +0000 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2023-07-30 17:05:55 +0200 |
| commit | e2ce1ae3e0074f023efc0e34739403fc2e0175ce (patch) | |
| tree | eaac7f4a768364d75333a8b80b5d29a373eb1d0f | |
| parent | f5920481422460837572646656f8ad2307e70c58 (diff) | |
Remove unnecessary (require 'inline) callexternals/typo
[1. text/plain]
| -rw-r--r-- | typo.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ ;;; Code: -(eval-when-compile (require 'inline)) - (defgroup typo nil "Completion style using typo analysis." :group 'minibuffer) |
