summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-03-05 20:18:07 +0000
committerGerd Moellmann <gerd@gnu.org>2000-03-05 20:18:07 +0000
commit90ebdb19d18712f64cf83bdee6d7294b93d569ba (patch)
tree9ff28591bb3919d5acb81e8d35c81d7dafe8de69
parent847115ada3e1394c8204b0cc264c63f917f54686 (diff)
downloademacs-90ebdb19d18712f64cf83bdee6d7294b93d569ba.tar.gz
(QCdata): Moved to xdisp.c.
-rw-r--r--src/xfns.c5
1 files 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");