Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ymarkovitch:devel
emacs
emacs-xref-force-require-apropos-for-gccemacs-c...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File emacs-xref-force-require-apropos-for-gccemacs-ccls.patch of Package emacs
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index e2cd904a6c..31b236f713 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -71,6 +71,7 @@ ;;; Code: (require 'cl-lib) +(require 'apropos) (require 'ring) (require 'project) @@ -1443,8 +1443,6 @@ xref-find-definitions-at-mouse (xref-find-references identifier)) (user-error "No identifier here")))) -(declare-function apropos-parse-pattern "apropos" (pattern &optional do-all)) - ;;;###autoload (defun xref-find-apropos (pattern) "Find all meaningful symbols that match PATTERN.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor