branch: elpa/projectile commit 1d02b6a391a81a0011aa16128170798bab6d7f3f Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Remove obsolete require --- projectile.el | 1 - 1 file changed, 1 deletion(-) diff --git a/projectile.el b/projectile.el index 4091f94983..28d13b4c80 100644 --- a/projectile.el +++ b/projectile.el @@ -41,7 +41,6 @@ (require 'ibuf-ext) (require 'compile) (require 'grep) -(require 'lisp-mnt) (eval-when-compile (require 'find-dired) (require 'subr-x))