]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/bovine.el
Publicize cl--generic-all-functions
[gnu-emacs] / lisp / cedet / semantic / bovine.el
index d8d077658e347f7e89fb12a879e7a6a740fd91c3..f7bb63da8a31c3464eef8c5d50d62f9fedbf416c 100644 (file)
@@ -1,7 +1,7 @@
 ;;; semantic/bovine.el --- LL Parser/Analyzer core.
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1999-2004, 2006-2007, 2009-2016 Free Software
+;; Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -240,7 +240,7 @@ list of semantic tokens found."
                           matchlist nil) ;;generate exit condition
                     (if (not end)
                         (setq out nil)))
-                  ;; Nothin?
+                  ;; Nothing?
                   ))
               (setq result
                     (if (eq s starting-stream)
@@ -293,5 +293,4 @@ list of semantic tokens found."
 ;; generated-autoload-load-name: "semantic/bovine"
 ;; End:
 
-;; arch-tag: 1e820899-2a26-499a-b0c0-57301365a6b0
 ;;; semantic/bovine.el ends here