]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode/expandproto.el
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / lisp / cedet / srecode / expandproto.el
index eb09ed260bd29e0265e9c6886a43154a4d62b7af..e341d64d54612fb9562c1b5f99c4d6e515568221 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode/expandproto.el --- Expanding prototypes.
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2009-2014 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -26,6 +26,7 @@
 (require 'ring)
 (require 'semantic)
 (require 'semantic/analyze)
+(require 'semantic/senator)
 (require 'srecode/insert)
 (require 'srecode/dictionary)
 
 
     proto))
 
-(provide 'srecode-expandproto)
+(provide 'srecode/expandproto)
 
 ;; Local variables:
 ;; generated-autoload-file: "loaddefs.el"
-;; generated-autoload-feature: srecode/loaddefs
 ;; generated-autoload-load-name: "srecode/expandproto"
 ;; End: