diff options
| author | Paul Eggert | 2013-12-13 14:27:05 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-13 14:27:05 -0800 |
| commit | dc7909c40a5524af650a7d4233f393a43bf6706c (patch) | |
| tree | a1e2ed10669dd7b0bf23710dbfcec854164bd957 /src | |
| parent | fa5265fc99eff8d5371e2146e23619de1daa9170 (diff) | |
| download | emacs-dc7909c40a5524af650a7d4233f393a43bf6706c.tar.gz emacs-dc7909c40a5524af650a7d4233f393a43bf6706c.zip | |
* lread.c (load_path_default): Prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lread.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0b0ed9452ee..4bd5191d5c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lread.c (load_path_default): Prototype. | ||
| 4 | |||
| 1 | 2013-12-13 Glenn Morris <rgm@gnu.org> | 5 | 2013-12-13 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * lread.c: Unconditionally reset load-path after dumping. (Bug#16107) | 7 | * lread.c: Unconditionally reset load-path after dumping. (Bug#16107) |
diff --git a/src/lread.c b/src/lread.c index 5d02b2bd20b..89bce5e7d25 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -4159,7 +4159,7 @@ load_path_check (Lisp_Object lpath) | |||
| 4159 | check), then repeat the above steps for source-dir/lisp, site-lisp. */ | 4159 | check), then repeat the above steps for source-dir/lisp, site-lisp. */ |
| 4160 | 4160 | ||
| 4161 | static Lisp_Object | 4161 | static Lisp_Object |
| 4162 | load_path_default () | 4162 | load_path_default (void) |
| 4163 | { | 4163 | { |
| 4164 | Lisp_Object lpath = Qnil; | 4164 | Lisp_Object lpath = Qnil; |
| 4165 | const char *normal; | 4165 | const char *normal; |