]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/complete.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / semantic / complete.el
index ff9bc25b45863b04b3930f2ac495419e8c6be65b..f1fbc7538c2ccff3a20b2a6c7181e191d0e7bfb5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/complete.el --- Routines for performing tag completion
 
-;; Copyright (C) 2003-2005, 2007-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2003-2005, 2007-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: syntax
 (eval-when-compile
   ;; For the semantic-find-tags-for-completion macro.
   (require 'semantic/find))
+(require 'semantic/db-find)          ;For type semanticdb-find-result-with-nil.
 
 ;;; Code: