From: Gerd Moellmann Date: Sun, 5 Mar 2000 20:18:07 +0000 (+0000) Subject: (QCdata): Moved to xdisp.c. X-Git-Tag: emacs-pretest-21.0.90~4761 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90ebdb19d18712f64cf83bdee6d7294b93d569ba;p=emacs.git (QCdata): Moved to xdisp.c. --- 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");