Fix ChangeLog typo
authorGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 06:58:36 +0000 (23:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 8 Oct 2012 06:58:36 +0000 (23:58 -0700)
lisp/cedet/ChangeLog

index 0aeeeeb..ea102dd 100644 (file)
@@ -3,15 +3,11 @@
        * semantic/wisent/python.el (semantic-ctxt-current-function)
        (semantic-ctxt-current-assignment): New overrides, simply
        returning nil.  The defaults do not work correctly and can send
-       the parser in an inifinite loop (bug#12458).
-
-2012-10-07  David Engster  <deng@randomsample.de>
+       the parser in an infinite loop (bug#12458).
 
        * semantic/ede-grammar.el (project-compile-target): Fix grammar
        compilation after introduction of %provide statement.
 
-2012-10-07  David Engster  <deng@randomsample.de>
-
        * semantic.el (semantic-new-buffer-setup-functions): Remove setup
        function for `f90-mode', since the parser only exists upstream.