diff options
| author | Stefan Monnier | 2008-04-11 16:46:45 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-11 16:46:45 +0000 |
| commit | d4b9fe4ba1555b928862402fa6658f506fecddf6 (patch) | |
| tree | eab857f7b1ce6a8846e66eb3e0a27b7362c6b182 | |
| parent | b2ee56c9980f73cd90b931c09c1b4894bb8e3164 (diff) | |
| download | emacs-d4b9fe4ba1555b928862402fa6658f506fecddf6.tar.gz emacs-d4b9fe4ba1555b928862402fa6658f506fecddf6.zip | |
(bootstrap-prepare): Make tpu-edt.el writable as well.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0eff7181088..1ff249b6600 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well. | ||
| 4 | |||
| 3 | * textmodes/fill.el (fill-forward-paragraph-function): New var. | 5 | * textmodes/fill.el (fill-forward-paragraph-function): New var. |
| 4 | (fill-forward-paragraph): New fun. | 6 | (fill-forward-paragraph): New fun. |
| 5 | (fill-paragraph, fill-region): Use it. | 7 | (fill-paragraph, fill-region): Use it. |
| @@ -20,6 +22,7 @@ | |||
| 20 | for non-dialogs. | 22 | for non-dialogs. |
| 21 | 23 | ||
| 22 | * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs. | 24 | * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs. |
| 25 | |||
| 23 | * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist. | 26 | * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist. |
| 24 | 27 | ||
| 25 | 2008-04-11 Jan Djärv <jan.h.d@swipnet.se> | 28 | 2008-04-11 Jan Djärv <jan.h.d@swipnet.se> |
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: | |||
| 312 | if test -x $(EMACS); then \ | 312 | if test -x $(EMACS); then \ |
| 313 | $(MAKE) $(MFLAGS) autoloads; \ | 313 | $(MAKE) $(MFLAGS) autoloads; \ |
| 314 | fi | 314 | fi |
| 315 | chmod +w $(lisp)/ps-print.el \ | 315 | chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ |
| 316 | $(lisp)/emacs-lisp/cl-loaddefs.el | 316 | $(lisp)/emacs-lisp/cl-loaddefs.el |
| 317 | 317 | ||
| 318 | maintainer-clean: distclean bootstrap-clean | 318 | maintainer-clean: distclean bootstrap-clean |