]> git.eshelyaron.com Git - emacs.git/commitdiff
* lread.c (load_path_default): Prototype.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2013 22:27:05 +0000 (14:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2013 22:27:05 +0000 (14:27 -0800)
src/ChangeLog
src/lread.c

index 0b0ed9452eed9d4930e151195e05aa963d7cb376..4bd5191d5c6b30418c5d946ef1d51246fe222522 100644 (file)
@@ -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)
index 5d02b2bd20b01118a4ea3c13707da844c4c0510f..89bce5e7d257d02d36d15e416294a2b86d12817f 100644 (file)
@@ -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;