From d915b8c3f19d6627b3f394c98a51c51e91d03062 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 28 Dec 2019 19:37:22 +0300 Subject: [PATCH] Don't require semantic/fw * lisp/progmodes/xref.el (xref-collect-matches): Don't require semantic/fw, we haven't been using semantic-find-file-noselect here for a while. --- lisp/progmodes/xref.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 6a0bcda466f..5601cb32b4d 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -1164,7 +1164,6 @@ and when." FILES is a string with glob patterns separated by spaces. IGNORES is a list of glob patterns." ;; DIR can also be a regular file for now; let's not advertise that. - (require 'semantic/fw) (grep-compute-defaults) (defvar grep-find-template) (defvar grep-highlight-matches) -- 2.39.2