summaryrefslogtreecommitdiff
path: root/lisp/cedet/srecode/compile.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/srecode/compile.el
parenta70eb60df1bb59159ad0212e0a1e2c62cc985b88 (diff)
downloademacs-84c23041ea3b1cd714a716011781658f368fb61f.tar.gz
Mark declarations not understood by check-declare.
Diffstat (limited to 'lisp/cedet/srecode/compile.el')
-rw-r--r--lisp/cedet/srecode/compile.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el
index 5b3d8fb50fc..85baaeede5a 100644
--- a/lisp/cedet/srecode/compile.el
+++ b/lisp/cedet/srecode/compile.el
@@ -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")