diff options
| author | Lars Ingebrigtsen | 2019-06-13 16:16:49 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-13 16:16:57 +0200 |
| commit | 69d3d69d4c5297e84ff5a06de78ffc4206053cea (patch) | |
| tree | 1ea4e7cd29f00e93b6591ff13621eca49b4983c9 | |
| parent | 6b5388794b4d1118cb4443cfccc1bdebb4fb1af4 (diff) | |
| download | emacs-69d3d69d4c5297e84ff5a06de78ffc4206053cea.tar.gz emacs-69d3d69d4c5297e84ff5a06de78ffc4206053cea.zip | |
project.el compilation warning fix
* lisp/progmodes/project.el (xref--regexp-to-extended)
(xref--convert-hits): Declare more xref functions to avoid
compilation warnings.
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 88ea59b70e2..4693d07fa86 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -331,6 +331,8 @@ DIRS must contain directory names." | |||
| 331 | (declare-function xref--show-xrefs "xref") | 331 | (declare-function xref--show-xrefs "xref") |
| 332 | (declare-function xref-backend-identifier-at-point "xref") | 332 | (declare-function xref-backend-identifier-at-point "xref") |
| 333 | (declare-function xref--find-ignores-arguments "xref") | 333 | (declare-function xref--find-ignores-arguments "xref") |
| 334 | (declare-function xref--regexp-to-extended "xref") | ||
| 335 | (declare-function xref--convert-hits "xref") | ||
| 334 | 336 | ||
| 335 | ;;;###autoload | 337 | ;;;###autoload |
| 336 | (defun project-find-regexp (regexp) | 338 | (defun project-find-regexp (regexp) |