1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

* progmodes/subword.el: Rename from lisp/subword.el.

* subword.el: Rename to progmodes/subword.el.

	* Makefile.in (ELCFILES): Adapt to subword.el move.
This commit is contained in:
Tassilo Horn 2009-11-21 07:50:48 +00:00
parent fc9d6ad645
commit d71f5e0cb8
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
* progmodes/subword.el: Rename from lisp/subword.el.
* subword.el: Rename to progmodes/subword.el.
* Makefile.in (ELCFILES): Adapt to subword.el move.
2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
Stefan Monnier <monnier@iro.umontreal.ca>

View file

@ -1264,6 +1264,7 @@ ELCFILES = \
$(lisp)/progmodes/sh-script.elc \
$(lisp)/progmodes/simula.elc \
$(lisp)/progmodes/sql.elc \
$(lisp)/progmodes/subword.elc \
$(lisp)/progmodes/sym-comp.elc \
$(lisp)/progmodes/tcl.elc \
$(lisp)/progmodes/vera-mode.elc \
@ -1308,7 +1309,6 @@ ELCFILES = \
$(lisp)/startup.elc \
$(lisp)/strokes.elc \
$(lisp)/subr.elc \
$(lisp)/subword.elc \
$(lisp)/t-mouse.elc \
$(lisp)/tabify.elc \
$(lisp)/talk.elc \