diff options
| author | Luc Teirlinck | 2006-02-27 01:44:20 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-02-27 01:44:20 +0000 |
| commit | 440cbd9ec51b53d9b0fe1b15d7010e5c80f8f0c9 (patch) | |
| tree | bd8b4000369905d3ad59d490fb6acbcefb2f5335 /src | |
| parent | a5e25a4c49f098c0fbe1baba97a322c3091c42be (diff) | |
| download | emacs-440cbd9ec51b53d9b0fe1b15d7010e5c80f8f0c9.tar.gz emacs-440cbd9ec51b53d9b0fe1b15d7010e5c80f8f0c9.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f82a186b1b2..f8b34eb6192 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2006-02-26 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2006-02-26 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * lread.c: Declare Vload_file_rep_suffixes instead of | ||
| 4 | deleted variable default_suffixes. | ||
| 5 | (Fget_load_suffixes): New function. | ||
| 6 | (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes. | ||
| 7 | No longer use deleted variable default_suffixes. Update docstring. | ||
| 8 | (syms_of_lread): defsubr Sget_load_suffixes. | ||
| 9 | Expand `load-suffixes' docstring. | ||
| 10 | Delete default_suffixes and DEFVAR_LISP the new variable | ||
| 11 | `load-file-rep-suffixes'. | ||
| 12 | |||
| 13 | * w32.c (check_windows_init_file): Use Fget_load_suffixes instead | ||
| 14 | of Vload_suffixes. | ||
| 15 | |||
| 16 | * lisp.h: EXFUN Fget_load_suffixes. | ||
| 17 | Extern Vload_file_rep_suffixes. | ||
| 18 | |||
| 3 | * eval.c (specpdl_ptr): Remove volatile qualifier for consistency | 19 | * eval.c (specpdl_ptr): Remove volatile qualifier for consistency |
| 4 | with lisp.h. | 20 | with lisp.h. |
| 5 | 21 | ||