changeset 104458:a4eb6286981e

lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path) (semanticdb-find-adebug-lost-includes): Autoload.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Sep 2009 23:12:41 +0000
parents 724ff52eda98
children d0d9dd0539ad
files lisp/cedet/semantic/db-find.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cedet/semantic/db-find.el	Sat Sep 05 23:09:43 2009 +0000
+++ b/lisp/cedet/semantic/db-find.el	Sat Sep 05 23:12:41 2009 +0000
@@ -720,6 +720,7 @@
 
 ;;; 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 @@
 
     (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'."