aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-09-05 23:12:41 +0000
committerChong Yidong2009-09-05 23:12:41 +0000
commitcdaea6f169809bdd28339ae51106cf89841d4a2e (patch)
treec8fad10e1cd9cd6cac95f4cea61372d1dabb9d9d
parent479527de437e6ae9a0013c951161a3a7a301235f (diff)
downloademacs-cdaea6f169809bdd28339ae51106cf89841d4a2e.tar.gz
emacs-cdaea6f169809bdd28339ae51106cf89841d4a2e.zip
lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path)
(semanticdb-find-adebug-lost-includes): Autoload.
-rw-r--r--lisp/cedet/semantic/db-find.el2
1 files changed, 2 insertions, 0 deletions
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'."
720 720
721;;; Perform interactive tests on the path/search mechanisms. 721;;; Perform interactive tests on the path/search mechanisms.
722;; 722;;
723;;;###autoload
723(defun semanticdb-find-test-translate-path (&optional arg) 724(defun semanticdb-find-test-translate-path (&optional arg)
724 "Call and output results of `semanticdb-find-translate-path'. 725 "Call and output results of `semanticdb-find-translate-path'.
725With ARG non-nil, specify a BRUTISH translation. 726With ARG non-nil, specify a BRUTISH translation.
@@ -760,6 +761,7 @@ for details on how this list is derived."
760 761
761 (data-debug-insert-stuff-list p "*"))) 762 (data-debug-insert-stuff-list p "*")))
762 763
764;;;###autoload
763(defun semanticdb-find-adebug-lost-includes () 765(defun semanticdb-find-adebug-lost-includes ()
764 "Translate the current path, then display the lost includes. 766 "Translate the current path, then display the lost includes.
765Examines the variable `semanticdb-find-lost-includes'." 767Examines the variable `semanticdb-find-lost-includes'."