diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 | ||||
| -rw-r--r-- | lisp/progmodes/subword.el (renamed from lisp/subword.el) | 0 |
3 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad78b4e986c..83ca9ff3a21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-11-21 Tassilo Horn <tassilo@member.fsf.org> | ||
| 2 | |||
| 3 | * progmodes/subword.el: Rename from lisp/subword.el. | ||
| 4 | |||
| 5 | * subword.el: Rename to progmodes/subword.el. | ||
| 6 | |||
| 7 | * Makefile.in (ELCFILES): Adapt to subword.el move. | ||
| 8 | |||
| 1 | 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 9 | 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 2 | Stefan Monnier <monnier@iro.umontreal.ca> | 10 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 3 | 11 | ||
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 391a829d3f6..63f0144604e 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -1264,6 +1264,7 @@ ELCFILES = \ | |||
| 1264 | $(lisp)/progmodes/sh-script.elc \ | 1264 | $(lisp)/progmodes/sh-script.elc \ |
| 1265 | $(lisp)/progmodes/simula.elc \ | 1265 | $(lisp)/progmodes/simula.elc \ |
| 1266 | $(lisp)/progmodes/sql.elc \ | 1266 | $(lisp)/progmodes/sql.elc \ |
| 1267 | $(lisp)/progmodes/subword.elc \ | ||
| 1267 | $(lisp)/progmodes/sym-comp.elc \ | 1268 | $(lisp)/progmodes/sym-comp.elc \ |
| 1268 | $(lisp)/progmodes/tcl.elc \ | 1269 | $(lisp)/progmodes/tcl.elc \ |
| 1269 | $(lisp)/progmodes/vera-mode.elc \ | 1270 | $(lisp)/progmodes/vera-mode.elc \ |
| @@ -1308,7 +1309,6 @@ ELCFILES = \ | |||
| 1308 | $(lisp)/startup.elc \ | 1309 | $(lisp)/startup.elc \ |
| 1309 | $(lisp)/strokes.elc \ | 1310 | $(lisp)/strokes.elc \ |
| 1310 | $(lisp)/subr.elc \ | 1311 | $(lisp)/subr.elc \ |
| 1311 | $(lisp)/subword.elc \ | ||
| 1312 | $(lisp)/t-mouse.elc \ | 1312 | $(lisp)/t-mouse.elc \ |
| 1313 | $(lisp)/tabify.elc \ | 1313 | $(lisp)/tabify.elc \ |
| 1314 | $(lisp)/talk.elc \ | 1314 | $(lisp)/talk.elc \ |
diff --git a/lisp/subword.el b/lisp/progmodes/subword.el index 655d08f9884..655d08f9884 100644 --- a/lisp/subword.el +++ b/lisp/progmodes/subword.el | |||