From: Dmitry Gutov Date: Sat, 28 Dec 2019 16:37:22 +0000 (+0300) Subject: Don't require semantic/fw X-Git-Tag: emacs-27.0.90~263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d915b8c3f1;p=emacs.git 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. --- 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)