diff options
| author | Stefan Monnier | 2001-10-12 03:37:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-12 03:37:43 +0000 |
| commit | c0ec53ad99ba41fca0f34440c232c8ad203f4259 (patch) | |
| tree | cad8633f767ceaed67cf3788e59e21c344ea695d /src/ChangeLog | |
| parent | b81a1b72a82185bc426d31f914a5d3d7fee14c4e (diff) | |
| download | emacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.tar.gz emacs-c0ec53ad99ba41fca0f34440c232c8ad203f4259.zip | |
Update calls to openp.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ee74db35e8..4bf6ae794e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,29 @@ | |||
| 1 | 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * xfns.c (x_create_bitmap_from_file, x_find_image_file): | ||
| 4 | * w32proc.c (sys_spawnve): | ||
| 5 | * w32fns.c (x_create_bitmap_from_file, x_find_image_file): | ||
| 6 | * w32.c (check_windows_init_file): | ||
| 7 | * sound.c (Fplay_sound): | ||
| 8 | * process.c (Fstart_process): Update calls to openp. | ||
| 9 | |||
| 10 | * callproc.c (Vexec_suffixes): New var. | ||
| 11 | (Fcall_process): Update call to openp. | ||
| 12 | (decode_suffixes): New function. | ||
| 13 | (syms_of_callproc): Init exec-suffixes. | ||
| 14 | |||
| 15 | * lread.c (Vload_suffixes, default_suffixes): New vars. | ||
| 16 | (openp): Take a lisp list of suffixes. | ||
| 17 | Check for file-name-handlers even if the file was absolute already. | ||
| 18 | (syms_of_lread): Declare load-suffixes. | ||
| 19 | (Fload): Fix up call to openp. | ||
| 20 | Don't bother checking for file-name-handler at the very beginning. | ||
| 21 | |||
| 3 | * keymap.h (Fcopy_keymap): Don't export. | 22 | * keymap.h (Fcopy_keymap): Don't export. |
| 4 | 23 | ||
| 5 | * lisp.h (empty_string): Declare. | 24 | * lisp.h (empty_string): Declare. |
| 25 | (Vload_suffixes, Vexec_suffixes): Declare. | ||
| 26 | (openp): Update prototype. | ||
| 6 | 27 | ||
| 7 | * emacs.c (empty_string): New var. | 28 | * emacs.c (empty_string): New var. |
| 8 | (syms_of_emacs): Initialize it. | 29 | (syms_of_emacs): Initialize it. |