* lread.c (load_path_default): Prototype.
This commit is contained in:
parent
fa5265fc99
commit
dc7909c40a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lread.c (load_path_default): Prototype.
|
||||
|
||||
2013-12-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* lread.c: Unconditionally reset load-path after dumping. (Bug#16107)
|
||||
|
|
|
@ -4159,7 +4159,7 @@ load_path_check (Lisp_Object lpath)
|
|||
check), then repeat the above steps for source-dir/lisp, site-lisp. */
|
||||
|
||||
static Lisp_Object
|
||||
load_path_default ()
|
||||
load_path_default (void)
|
||||
{
|
||||
Lisp_Object lpath = Qnil;
|
||||
const char *normal;
|
||||
|
|
Loading…
Add table
Reference in a new issue