# HG changeset patch # User Sam Steingold # Date 1003162671 0 # Node ID 51a89919bc4efce850f5aff56592b538eaaff96a # Parent db6760d21d23e6606c89c2b5912b90292aca6cbb (Vafter_load_alist): Declare extern (w32 build problem). diff -r db6760d21d23 -r 51a89919bc4e src/ChangeLog --- a/src/ChangeLog Mon Oct 15 15:07:49 2001 +0000 +++ b/src/ChangeLog Mon Oct 15 16:17:51 2001 +0000 @@ -1,3 +1,7 @@ +2001-10-15 Sam Steingold + + * fns.c (Vafter_load_alist): Declare extern (w32 build problem). + 2001-10-15 Pavel Jan,Bm(Bk * process.c (process-inherit-coding-system-flag, @@ -14,7 +18,7 @@ * window.c (window_loop): Don't check for Fother_buffer returning nil. - + * window.c (select_window_1): Unfreeze window start. Remove a doubled test for WINDOW being live. @@ -569,7 +573,7 @@ 2001-10-04 Gerd Moellmann * Branch for 21.1. - + 2001-10-03 Miles Bader * callproc.c (syms_of_callproc): Explicitly state in the @@ -792,7 +796,7 @@ 2001-09-11 Gerd Moellmann * minibuf.c (read_minibuf_unwind): Bind inhibit-modification-hooks. - + * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t, in addition to read-only. @@ -850,7 +854,7 @@ * xdisp.c (string_buffer_position): Use *single_char_property* functions instead of the *single_property* functions. - + 2001-09-04 Andrew Innes * w32term.c (w32_read_socket): Add more information to debugging diff -r db6760d21d23 -r 51a89919bc4e src/fns.c --- a/src/fns.c Mon Oct 15 15:07:49 2001 +0000 +++ b/src/fns.c Mon Oct 15 16:17:51 2001 +0000 @@ -3026,7 +3026,8 @@ return ret; } -Lisp_Object Vfeatures, Qsubfeatures, Vafter_load_alist; +Lisp_Object Vfeatures, Qsubfeatures; +extern Lisp_Object Vafter_load_alist; DEFUN ("featurep", Ffeaturep, Sfeaturep, 1, 2, 0, /* Returns t if FEATURE is present in this Emacs.