aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTassilo Horn2009-11-20 14:05:18 +0000
committerTassilo Horn2009-11-20 14:05:18 +0000
commit1f35fda94f3aeaeec99fd327ea34d70b8dbdd30b (patch)
tree2075d7b988626ff1981874328ff6bd65aa53909f /lisp/ChangeLog
parent0d1d0d26a9f5634372da7f5b624e46fc2d54998b (diff)
downloademacs-1f35fda94f3aeaeec99fd327ea34d70b8dbdd30b.tar.gz
emacs-1f35fda94f3aeaeec99fd327ea34d70b8dbdd30b.zip
* makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
* Makefile.in: Don't refer cc-subword.elc but subword.elc.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c3cab24033..d0eb4efbcc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12009-11-20 Tassilo Horn <tassilo@member.fsf.org> 12009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2 2
3 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4
5 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6
3 * progmodes/cc-cmds.el (c-update-modeline) 7 * progmodes/cc-cmds.el (c-update-modeline)
4 (c-forward-into-nomenclature, c-backward-into-nomenclature): Refer 8 (c-forward-into-nomenclature, c-backward-into-nomenclature): Refer
5 to subword.el functions instead of cc-subword.el. 9 to subword.el functions instead of cc-subword.el.