From: Glenn Morris Date: Mon, 8 Oct 2012 06:58:36 +0000 (-0700) Subject: Fix ChangeLog typo X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/e499e60744fbb692201564743fc9859fa63a1196 Fix ChangeLog typo --- diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 0aeeeebc56..ea102dddf2 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -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 + 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 - * semantic.el (semantic-new-buffer-setup-functions): Remove setup function for `f90-mode', since the parser only exists upstream.