diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2019-12-29 15:38:17 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2019-12-29 15:46:44 +0300 |
commit | 70fe552c61eaf36801c2b8691379315098df13e4 (patch) | |
tree | 15184e8e04b8697d9173facd41c8414c5363ad3f | |
parent | 181f571651bfa5fa82f369e1d02676521ba521dc (diff) | |
download | emacs-70fe552c61eaf36801c2b8691379315098df13e4.tar.gz |
; xref-references-in-directory: Autoload as well
-rw-r--r-- | lisp/progmodes/xref.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 3b1b49674fa..1f9e5fd2d4c 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -1129,6 +1129,7 @@ and just use etags." (declare-function grep-expand-template "grep") (defvar ede-minor-mode) ;; ede.el +;;;###autoload (defun xref-references-in-directory (symbol dir) "Find all references to SYMBOL in directory DIR. Return a list of xref values. |