]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode/filters.el
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / lisp / cedet / srecode / filters.el
index 4b8a8abfec4cbfe10f0310908826eee9dbf0794a..045eaac05caf7d032041a915ac0633e7325eaf2c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode/filters.el --- Filters for use in template variables.
 
-;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -26,8 +26,9 @@
 ;;; Code:
 
 (require 'newcomment)
-(require 'srecode/table)
-(require 'srecode/insert)
+
+(declare-function srecode-dictionary-lookup-name "srecode/dictionary")
+(defvar srecode-inserter-variable-current-dictionary)
 
 (defun srecode-comment-prefix (str)
   "Prefix each line of STR with the comment prefix characters."