aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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");