aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2013-12-13 14:27:05 -0800
committerPaul Eggert2013-12-13 14:27:05 -0800
commitdc7909c40a5524af650a7d4233f393a43bf6706c (patch)
treea1e2ed10669dd7b0bf23710dbfcec854164bd957 /src
parentfa5265fc99eff8d5371e2146e23619de1daa9170 (diff)
downloademacs-dc7909c40a5524af650a7d4233f393a43bf6706c.tar.gz
emacs-dc7909c40a5524af650a7d4233f393a43bf6706c.zip
* lread.c (load_path_default): Prototype.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/lread.c2
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 @@
12013-12-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lread.c (load_path_default): Prototype.
4
12013-12-13 Glenn Morris <rgm@gnu.org> 52013-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
4161static Lisp_Object 4161static Lisp_Object
4162load_path_default () 4162load_path_default (void)
4163{ 4163{
4164 Lisp_Object lpath = Qnil; 4164 Lisp_Object lpath = Qnil;
4165 const char *normal; 4165 const char *normal;