From: Stefan Monnier Date: Fri, 11 Apr 2008 16:46:45 +0000 (+0000) Subject: (bootstrap-prepare): Make tpu-edt.el writable as well. X-Git-Tag: emacs-pretest-23.0.90~6326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4b9fe4ba1555b928862402fa6658f506fecddf6;p=emacs.git (bootstrap-prepare): Make tpu-edt.el writable as well. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0eff7181088..1ff249b6600 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/Makefile.in b/lisp/Makefile.in index eddd50871cd..d527d341d8d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -312,7 +312,7 @@ bootstrap-prepare: 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