diff options
| author | Glenn Morris | 2009-09-29 04:09:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-29 04:09:19 +0000 |
| commit | 84c23041ea3b1cd714a716011781658f368fb61f (patch) | |
| tree | f9ecea78415a266959a379af748e6b096a76b9b2 /lisp/cedet/srecode | |
| parent | a70eb60df1bb59159ad0212e0a1e2c62cc985b88 (diff) | |
| download | emacs-84c23041ea3b1cd714a716011781658f368fb61f.tar.gz emacs-84c23041ea3b1cd714a716011781658f368fb61f.zip | |
Mark declarations not understood by check-declare.
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/compile.el | 5 |
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 @@ | |||
| 1 | ;;; srecode/compile --- Compilation of srecode template files. | 1 | ;;; srecode/compile --- Compilation of srecode template files. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: codegeneration | 6 | ;; Keywords: codegeneration |
| @@ -37,7 +37,8 @@ | |||
| 37 | (require 'srecode) | 37 | (require 'srecode) |
| 38 | (require 'srecode/table) | 38 | (require 'srecode/table) |
| 39 | 39 | ||
| 40 | (declare-function srecode-template-inserter-newline-child-p "srecode/insert") | 40 | (declare-function srecode-template-inserter-newline-child-p "srecode/insert" |
| 41 | t t) | ||
| 41 | (declare-function srecode-create-section-dictionary "srecode/dictionary") | 42 | (declare-function srecode-create-section-dictionary "srecode/dictionary") |
| 42 | (declare-function srecode-dictionary-compound-variable "srecode/dictionary") | 43 | (declare-function srecode-dictionary-compound-variable "srecode/dictionary") |
| 43 | 44 | ||