aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-05 20:18:07 +0000
committerGerd Moellmann2000-03-05 20:18:07 +0000
commit90ebdb19d18712f64cf83bdee6d7294b93d569ba (patch)
tree9ff28591bb3919d5acb81e8d35c81d7dafe8de69 /src
parent847115ada3e1394c8204b0cc264c63f917f54686 (diff)
downloademacs-90ebdb19d18712f64cf83bdee6d7294b93d569ba.tar.gz
emacs-90ebdb19d18712f64cf83bdee6d7294b93d569ba.zip
(QCdata): Moved to xdisp.c.
Diffstat (limited to 'src')
-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;
5796 5796
5797/* Keywords. */ 5797/* Keywords. */
5798 5798
5799Lisp_Object QCtype, QCdata, QCascent, QCmargin, QCrelief;
5800extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; 5799extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile;
5800extern Lisp_Object QCdata;
5801Lisp_Object QCtype, QCascent, QCmargin, QCrelief;
5801Lisp_Object QCalgorithm, QCcolor_symbols, QCheuristic_mask; 5802Lisp_Object QCalgorithm, QCcolor_symbols, QCheuristic_mask;
5802Lisp_Object QCindex; 5803Lisp_Object QCindex;
5803 5804
@@ -11225,8 +11226,6 @@ Each element of the list is a symbol for a supported image type.");
11225 staticpro (&QCheuristic_mask); 11226 staticpro (&QCheuristic_mask);
11226 QCcolor_symbols = intern (":color-symbols"); 11227 QCcolor_symbols = intern (":color-symbols");
11227 staticpro (&QCcolor_symbols); 11228 staticpro (&QCcolor_symbols);
11228 QCdata = intern (":data");
11229 staticpro (&QCdata);
11230 QCascent = intern (":ascent"); 11229 QCascent = intern (":ascent");
11231 staticpro (&QCascent); 11230 staticpro (&QCascent);
11232 QCmargin = intern (":margin"); 11231 QCmargin = intern (":margin");