summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/tag-file.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-29 04:09:19 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-29 04:09:19 +0000
commit84c23041ea3b1cd714a716011781658f368fb61f (patch)
treef9ecea78415a266959a379af748e6b096a76b9b2 /lisp/cedet/semantic/tag-file.el
parenta70eb60df1bb59159ad0212e0a1e2c62cc985b88 (diff)
downloademacs-84c23041ea3b1cd714a716011781658f368fb61f.tar.gz
Mark declarations not understood by check-declare.
Diffstat (limited to 'lisp/cedet/semantic/tag-file.el')
-rw-r--r--lisp/cedet/semantic/tag-file.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/semantic/tag-file.el b/lisp/cedet/semantic/tag-file.el
index f558db99877..3d7d147ae5b 100644
--- a/lisp/cedet/semantic/tag-file.el
+++ b/lisp/cedet/semantic/tag-file.el
@@ -1,7 +1,7 @@
;;; semantic/tag-file.el --- Routines that find files based on tags.
-;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
-;;; 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
+;; 2009 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax
@@ -29,7 +29,7 @@
(require 'semantic/tag)
(defvar ede-minor-mode)
-(declare-function semanticdb-table-child-p "semantic/db")
+(declare-function semanticdb-table-child-p "semantic/db" t t)
(declare-function semanticdb-get-buffer "semantic/db")
(declare-function semantic-dependency-find-file-on-path "semantic/dep")
(declare-function ede-toplevel "ede/files")