2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
+ * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
+
* textmodes/fill.el (fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun.
(fill-paragraph, fill-region): Use it.
for non-dialogs.
* Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
+
* loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
if test -x $(EMACS); then \
$(MAKE) $(MFLAGS) autoloads; \
fi
- chmod +w $(lisp)/ps-print.el \
+ chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
$(lisp)/emacs-lisp/cl-loaddefs.el
maintainer-clean: distclean bootstrap-clean