diff options
| author | Kenichi Handa | 2010-09-16 11:11:13 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-09-16 11:11:13 +0900 |
| commit | 38d50547c2a8195bed0aaeafbbc4c0f277d4e416 (patch) | |
| tree | 388416c9f2cc4746d0d2d9e525a50a6c2f00f3d4 /test | |
| parent | fa3f60399014127e711f3f438004950cba0bddb9 (diff) | |
| parent | 6139f995addcb8fce63deb30c7ed0e6f2b618b02 (diff) | |
| download | emacs-38d50547c2a8195bed0aaeafbbc4c0f277d4e416.tar.gz emacs-38d50547c2a8195bed0aaeafbbc4c0f277d4e416.zip | |
merge trunk
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/indent/octave.m | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index cf709f01eec..12238560dc9 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * indent/octave.m: Remove some `fixindent' not needed any more. | ||
| 4 | |||
| 1 | 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * indent/octave.m: New file. | 7 | * indent/octave.m: New file. |
diff --git a/test/indent/octave.m b/test/indent/octave.m index 830af96ed8e..61db73b91e8 100644 --- a/test/indent/octave.m +++ b/test/indent/octave.m | |||
| @@ -1415,7 +1415,7 @@ function create_pkgadddel (desc, packdir, nm, global_install) | |||
| 1415 | endfor # fixindent | 1415 | endfor # fixindent |
| 1416 | 1416 | ||
| 1417 | ## Search all C++ source files for PKG commands. | 1417 | ## Search all C++ source files for PKG commands. |
| 1418 | lst = dir (fullfile (packdir, "src", "*.cc")); # fixindent | 1418 | lst = dir (fullfile (packdir, "src", "*.cc")); |
| 1419 | for i = 1:length (lst) | 1419 | for i = 1:length (lst) |
| 1420 | nam = fullfile (packdir, "src", lst(i).name); | 1420 | nam = fullfile (packdir, "src", lst(i).name); |
| 1421 | fwrite (archfid, extract_pkg (nam, ['^//* *' nm ': *(.*)$'])); | 1421 | fwrite (archfid, extract_pkg (nam, ['^//* *' nm ': *(.*)$'])); |
| @@ -1451,10 +1451,10 @@ function create_pkgadddel (desc, packdir, nm, global_install) | |||
| 1451 | unlink (archpkg); | 1451 | unlink (archpkg); |
| 1452 | endif | 1452 | endif |
| 1453 | endif | 1453 | endif |
| 1454 | endif # fixindent | 1454 | endif |
| 1455 | endfunction # fixindent | 1455 | endfunction |
| 1456 | 1456 | ||
| 1457 | function copy_files (desc, packdir, global_install) # fixindent | 1457 | function copy_files (desc, packdir, global_install) |
| 1458 | ## Create the installation directory. | 1458 | ## Create the installation directory. |
| 1459 | if (! exist (desc.dir, "dir")) | 1459 | if (! exist (desc.dir, "dir")) |
| 1460 | [status, output] = mkdir (desc.dir); | 1460 | [status, output] = mkdir (desc.dir); |