diff options
author | Glenn Morris <rgm@gnu.org> | 2014-12-24 15:19:25 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-12-24 15:19:25 -0800 |
commit | 541f947b979755c7f17900e3963256126f107162 (patch) | |
tree | 3f3ad7948edccd68d4ebd76eb4a536320a2aff56 /lisp/cedet/ChangeLog | |
parent | eb8a8164e8954a26ac44bba9216e626408d50997 (diff) | |
download | emacs-541f947b979755c7f17900e3963256126f107162.tar.gz |
ChangeLog fixes
Diffstat (limited to 'lisp/cedet/ChangeLog')
-rw-r--r-- | lisp/cedet/ChangeLog | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 3d6c78ea21c..0c9158dffe2 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -220,7 +220,7 @@ (ede-project-autoload): Remove dirmatch entry - it is no longer needed. - * lisp/cedet/ede/proj.el (project-rescan): Replace direct + * ede/proj.el (project-rescan): Replace direct manipulation of `ede-projects' with equivalent and better functions. (ede-proj-load): Replace call to test if dir has project to @@ -272,11 +272,10 @@ 2014-11-09 David Engster <dengste@eml.cc> - * lisp/cedet/ede/proj-elisp.el - (ede-proj-target-elisp::ede-proj-tweak-autoconf): Kill buffer - after saving modified elisp-comp script, as to avoid "file has - changed on disk; really edit the buffer" questions when script - gets rewritten. + * ede/proj-elisp.el (ede-proj-target-elisp::ede-proj-tweak-autoconf): + Kill buffer after saving modified elisp-comp script, so as to avoid + "file has changed on disk; really edit the buffer" questions when + script gets rewritten. 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> |