(bootstrap-prepare): Make tpu-edt.el writable as well.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 Apr 2008 16:46:45 +0000 (16:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 Apr 2008 16:46:45 +0000 (16:46 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 0eff718..1ff249b 100644 (file)
@@ -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>
index eddd508..d527d34 100644 (file)
@@ -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