aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-10-07 23:58:36 -0700
committerGlenn Morris2012-10-07 23:58:36 -0700
commite499e60744fbb692201564743fc9859fa63a1196 (patch)
tree279cf966c8f79cb0ed56ac6015d061c10f9f647b
parent6a0886306eeabccd66330ded9001602194ae5fd3 (diff)
downloademacs-e499e60744fbb692201564743fc9859fa63a1196.tar.gz
emacs-e499e60744fbb692201564743fc9859fa63a1196.zip
Fix ChangeLog typo
-rw-r--r--lisp/cedet/ChangeLog6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index 0aeeeebc562..ea102dddf2f 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -3,15 +3,11 @@
3 * semantic/wisent/python.el (semantic-ctxt-current-function) 3 * semantic/wisent/python.el (semantic-ctxt-current-function)
4 (semantic-ctxt-current-assignment): New overrides, simply 4 (semantic-ctxt-current-assignment): New overrides, simply
5 returning nil. The defaults do not work correctly and can send 5 returning nil. The defaults do not work correctly and can send
6 the parser in an inifinite loop (bug#12458). 6 the parser in an infinite loop (bug#12458).
7
82012-10-07 David Engster <deng@randomsample.de>
9 7
10 * semantic/ede-grammar.el (project-compile-target): Fix grammar 8 * semantic/ede-grammar.el (project-compile-target): Fix grammar
11 compilation after introduction of %provide statement. 9 compilation after introduction of %provide statement.
12 10
132012-10-07 David Engster <deng@randomsample.de>
14
15 * semantic.el (semantic-new-buffer-setup-functions): Remove setup 11 * semantic.el (semantic-new-buffer-setup-functions): Remove setup
16 function for `f90-mode', since the parser only exists upstream. 12 function for `f90-mode', since the parser only exists upstream.
17 13