lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:12:41 +0000 (23:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:12:41 +0000 (23:12 +0000)
(semanticdb-find-adebug-lost-includes): Autoload.

lisp/cedet/semantic/db-find.el

index 9cfd453..5746441 100644 (file)
@@ -720,6 +720,7 @@ Included databases are filtered based on `semanticdb-find-default-throttle'."
 \f
 ;;; 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'."