Mercurial > emacs
changeset 94007:e8c11e85820c
(bootstrap-prepare): Make tpu-edt.el writable as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 11 Apr 2008 16:46:45 +0000 |
parents | a4655455212b |
children | 28026d400f8c |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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. @@ -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 <jan.h.d@swipnet.se>
--- 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