# HG changeset patch # User Stefan Monnier # Date 1207932405 0 # Node ID e8c11e85820ca8770fb67faf9f54b83e021563ad # Parent a4655455212ba229a98d3de1f8a9b271d5ba8e57 (bootstrap-prepare): Make tpu-edt.el writable as well. diff -r a4655455212b -r e8c11e85820c lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 11 15:59:22 2008 +0000 +++ b/lisp/ChangeLog Fri Apr 11 16:46:45 2008 +0000 @@ -1,5 +1,7 @@ 2008-04-11 Stefan Monnier + * 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. @@ -20,6 +22,7 @@ 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 diff -r a4655455212b -r e8c11e85820c lisp/Makefile.in --- a/lisp/Makefile.in Fri Apr 11 15:59:22 2008 +0000 +++ b/lisp/Makefile.in Fri Apr 11 16:46:45 2008 +0000 @@ -312,7 +312,7 @@ 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