diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /nt | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/subdirs.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 9475eeb32ff..a74e27e03c0 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * subdirs.el: Add "no-byte-compile: t" local variable. | ||
| 4 | |||
| 1 | 2007-01-10 Jason Rumney <jasonr@gnu.org> | 5 | 2007-01-10 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * README: Update URLs and advice about reporting bugs. | 7 | * README: Update URLs and advice about reporting bugs. |
diff --git a/nt/subdirs.el b/nt/subdirs.el index 5370698ec70..ee1c1237673 100644 --- a/nt/subdirs.el +++ b/nt/subdirs.el | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 1 | (if (fboundp 'normal-top-level-add-subdirs-to-load-path) | 2 | (if (fboundp 'normal-top-level-add-subdirs-to-load-path) |
| 2 | (normal-top-level-add-subdirs-to-load-path)) | 3 | (normal-top-level-add-subdirs-to-load-path)) |