# HG changeset patch # User Gerd Moellmann # Date 952287487 0 # Node ID fed7f17af8c18edc908443e29319c96e3145133d # Parent 0521dc31dac06cee739139b7c01781856713c48e (QCdata): Moved to xdisp.c. diff -r 0521dc31dac0 -r fed7f17af8c1 src/xfns.c --- a/src/xfns.c Sun Mar 05 20:16:47 2000 +0000 +++ b/src/xfns.c Sun Mar 05 20:18:07 2000 +0000 @@ -5796,8 +5796,9 @@ /* Keywords. */ -Lisp_Object QCtype, QCdata, QCascent, QCmargin, QCrelief; extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; +extern Lisp_Object QCdata; +Lisp_Object QCtype, QCascent, QCmargin, QCrelief; Lisp_Object QCalgorithm, QCcolor_symbols, QCheuristic_mask; Lisp_Object QCindex; @@ -11225,8 +11226,6 @@ staticpro (&QCheuristic_mask); QCcolor_symbols = intern (":color-symbols"); staticpro (&QCcolor_symbols); - QCdata = intern (":data"); - staticpro (&QCdata); QCascent = intern (":ascent"); staticpro (&QCascent); QCmargin = intern (":margin");