From cdaea6f169809bdd28339ae51106cf89841d4a2e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 5 Sep 2009 23:12:41 +0000 Subject: [PATCH] lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path) (semanticdb-find-adebug-lost-includes): Autoload. --- lisp/cedet/semantic/db-find.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el index 9cfd45397f5..5746441852c 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el @@ -720,6 +720,7 @@ Included databases are filtered based on `semanticdb-find-default-throttle'." ;;; Perform interactive tests on the path/search mechanisms. ;; +;;;###autoload (defun semanticdb-find-test-translate-path (&optional arg) "Call and output results of `semanticdb-find-translate-path'. With ARG non-nil, specify a BRUTISH translation. @@ -760,6 +761,7 @@ for details on how this list is derived." (data-debug-insert-stuff-list p "*"))) +;;;###autoload (defun semanticdb-find-adebug-lost-includes () "Translate the current path, then display the lost includes. Examines the variable `semanticdb-find-lost-includes'." -- 2.39.5