]> code.delx.au - gnu-emacs/blobdiff - test/cedet/srecode-tests.el
Update copyright year to 2015
[gnu-emacs] / test / cedet / srecode-tests.el
index b6e2275779106b6af33bdd4fc5bbcfa0c6a499b6..423df72d5ac07215796555d033e80a63f03e0171 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode-tests.el --- Some tests for CEDET's srecode
 
-;; Copyright (C) 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -177,7 +177,7 @@ It is filled with some text."
 
       (mapc (lambda (T)
              (when (slot-boundp T 'overlay)
-               (error "Overlay did not clear off of of field %s"
+               (error "Overlay did not clear off of field %s"
                       (object-name T))))
            fields)
 
@@ -293,5 +293,4 @@ Dump out the extracted dictionary."
          (princ "\n--------------------------------------------\n")
          (srecode-dump extract))))))
 
-;; arch-tag: 7a467849-b415-4bdc-ba2a-284ace156a65
 ;;; srecode-tests.el ends here