]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/wisent.el
Merge from emacs-23; up to 2010-06-11T18:51:00Z!juri@jurta.org.
[gnu-emacs] / lisp / cedet / semantic / wisent.el
index 6d7ef753b397ff427b6e78cb6ccd0048bf220b3d..04669b99660ee93f5b3ab8e873f2b8227018f2bc 100644 (file)
@@ -1,7 +1,6 @@
 ;;; semantic/wisent.el --- Wisent - Semantic gateway
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2001-2007, 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: David Ponce <david@dponce.com>
 ;; Maintainer: David Ponce <david@dponce.com>
@@ -48,7 +47,7 @@ When non-nil it is directly returned by `wisent-lex-function'.")
 ;; Maintain this alias for compatibility until all WY grammars have
 ;; been translated again to Elisp code.
 (semantic-alias-obsolete 'wisent-lex-make-token-table
-                         'semantic-lex-make-type-table)
+                         'semantic-lex-make-type-table "23.2")
 
 (defmacro wisent-lex-eoi ()
   "Return an End-Of-Input lexical token.