]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark declarations not understood by check-declare.
authorGlenn Morris <rgm@gnu.org>
Tue, 29 Sep 2009 04:09:19 +0000 (04:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 29 Sep 2009 04:09:19 +0000 (04:09 +0000)
lisp/cedet/semantic/complete.el
lisp/cedet/semantic/tag-file.el
lisp/cedet/srecode/compile.el

index cbf3d9da9ae726b91a47c00c8cebbea13d31ad4b..a61bccbcb62cce8651b56b35b86ef80296ec55e4 100644 (file)
@@ -312,7 +312,8 @@ HISTORY is a symbol representing a variable to story the history in."
 ;; semantic-displayor-focus-abstract-child-p is part of the
 ;; semantic-displayor-focus-abstract class, defined later in this
 ;; file.
-(declare-function semantic-displayor-focus-abstract-child-p "semantic/complete")
+(declare-function semantic-displayor-focus-abstract-child-p "semantic/complete"
+                 t t)
 
 (defun semantic-complete-current-match ()
   "Calculate a match from the current completion environment.
index f558db998777be6a573d848c35ce42811f8bafe0..3d7d147ae5bb12a948db02e1f3e0767f56fad125 100644 (file)
@@ -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")
index 5b3d8fb50fc907e73988c10ebf7d18e432f7657a..85baaeede5a76de7689f23749bc499b33fe1b3e6 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode/compile --- Compilation of srecode template files.
 
-;;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2007, 2008, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: codegeneration
@@ -37,7 +37,8 @@
 (require 'srecode)
 (require 'srecode/table)
 
-(declare-function srecode-template-inserter-newline-child-p "srecode/insert")
+(declare-function srecode-template-inserter-newline-child-p "srecode/insert"
+                 t t)
 (declare-function srecode-create-section-dictionary "srecode/dictionary")
 (declare-function srecode-dictionary-compound-variable "srecode/dictionary")