diff options
| author | Lars Magne Ingebrigtsen | 2011-07-04 14:22:39 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-04 14:22:39 +0200 |
| commit | 90186c68a4616d7e55617f46495bfc2f1059ff7f (patch) | |
| tree | 91c05364df80c12bfa307994d9686af893ae070a /src | |
| parent | f158badc8f5edcb9984acaf28a2876ea7f5f11ec (diff) | |
| download | emacs-90186c68a4616d7e55617f46495bfc2f1059ff7f.tar.gz emacs-90186c68a4616d7e55617f46495bfc2f1059ff7f.zip | |
* fns.c (Frequire): Remove the mention of the .gz files, since
that's installation-specific, but keep the mention of
`get-load-suffixes'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/fns.c | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ea54141142..18ecc1ae41f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * fns.c (Frequire): Remove the mention of the .gz files, since | ||
| 4 | that's installation-specific, but keep the mention of | ||
| 5 | `get-load-suffixes'. | ||
| 6 | |||
| 1 | 2011-07-04 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-07-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * editfns.c (Fformat_time_string): Don't assume strlen fits in int. | 9 | * editfns.c (Fformat_time_string): Don't assume strlen fits in int. |
| @@ -2613,8 +2613,7 @@ is not loaded; so load the file FILENAME. | |||
| 2613 | If FILENAME is omitted, the printname of FEATURE is used as the file name, | 2613 | If FILENAME is omitted, the printname of FEATURE is used as the file name, |
| 2614 | and `load' will try to load this name appended with the suffix `.elc' or | 2614 | and `load' will try to load this name appended with the suffix `.elc' or |
| 2615 | `.el', in that order. The name without appended suffix will not be used. | 2615 | `.el', in that order. The name without appended suffix will not be used. |
| 2616 | If your system supports it, `.elc.gz' and `.el.gz' files will also be | 2616 | See `get-load-suffixes' for the complete list of suffixes. |
| 2617 | considered. See `get-load-suffixes' for the complete list of suffixes. | ||
| 2618 | If the optional third argument NOERROR is non-nil, | 2617 | If the optional third argument NOERROR is non-nil, |
| 2619 | then return nil if the file is not found instead of signaling an error. | 2618 | then return nil if the file is not found instead of signaling an error. |
| 2620 | Normally the return value is FEATURE. | 2619 | Normally the return value is FEATURE. |