From: Sam Steingold Date: Mon, 15 Oct 2001 16:17:51 +0000 (+0000) Subject: (Vafter_load_alist): Declare extern (w32 build problem). X-Git-Tag: ttn-vms-21-2-B4~19414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b56ba8de88039c79fe9f4b45505bdd7ee6eb88fd;p=emacs.git (Vafter_load_alist): Declare extern (w32 build problem). --- diff --git a/src/ChangeLog b/src/ChangeLog index 0bd77add332..36cfdc6b74e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/fns.c b/src/fns.c index af794f81184..7a43057ae72 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3026,7 +3026,8 @@ shortened list, containing only those averages which are available. */ 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.