]> code.delx.au - gnu-emacs/blobdiff - test/cedet/tests/test.el
Update copyright year to 2015
[gnu-emacs] / test / cedet / tests / test.el
index 2adf5fff5558a4304fded7c42c41ba0295fd9279..28b97750df2f6abaaac8986432a006c3dfc8e8be 100644 (file)
@@ -1,7 +1,6 @@
 ;;; test.el --- Unit test file for Semantic Emacs Lisp support.
 
-;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2005-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
   this
   that)
 
-(define-mode-local-override a-overriden-function
+(define-mode-local-override a-overridden-function
   emacs-lisp-mode (tag)
   "A function that is overloaded."
   nil)
 ;;; Provide
 ;;
 (provide 'test)
-
-;; arch-tag: ecda6dd6-db71-4b28-aa47-6adc585dce06