From 90ebdb19d18712f64cf83bdee6d7294b93d569ba Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 5 Mar 2000 20:18:07 +0000 Subject: [PATCH] (QCdata): Moved to xdisp.c. --- src/xfns.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 3e9ebb7b374..bf241d0b4d5 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5796,8 +5796,9 @@ Lisp_Object Qxbm; /* 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 @@ Each element of the list is a symbol for a supported image type."); staticpro (&QCheuristic_mask); QCcolor_symbols = intern (":color-symbols"); staticpro (&QCcolor_symbols); - QCdata = intern (":data"); - staticpro (&QCdata); QCascent = intern (":ascent"); staticpro (&QCascent); QCmargin = intern (":margin"); -- 2.39.5