aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-03-19 00:42:37 +0000
committerKim F. Storm2004-03-19 00:42:37 +0000
commite1dfec150b4fab26b70456ad7fcbdc1561430ec5 (patch)
tree0b9cea5f5f33f38438808138b075338a464e544a /src
parent7ee8103eddcf34c620d593a54755efb5de0bb7ad (diff)
downloademacs-e1dfec150b4fab26b70456ad7fcbdc1561430ec5.tar.gz
emacs-e1dfec150b4fab26b70456ad7fcbdc1561430ec5.zip
(Qcenter): Move to xdisp.c.
Diffstat (limited to 'src')
-rw-r--r--src/image.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/image.c b/src/image.c
index 23777dca253..34db5e53367 100644
--- a/src/image.c
+++ b/src/image.c
@@ -606,6 +606,7 @@ Lisp_Object Qxbm;
606 606
607extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; 607extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile;
608extern Lisp_Object QCdata, QCtype; 608extern Lisp_Object QCdata, QCtype;
609extern Lisp_Object Qcenter;
609Lisp_Object QCascent, QCmargin, QCrelief; 610Lisp_Object QCascent, QCmargin, QCrelief;
610Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask; 611Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask;
611Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask; 612Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask;
@@ -613,7 +614,6 @@ Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask;
613/* Other symbols. */ 614/* Other symbols. */
614 615
615Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic; 616Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic;
616Lisp_Object Qcenter;
617 617
618/* Time in seconds after which images should be removed from the cache 618/* Time in seconds after which images should be removed from the cache
619 if not displayed. */ 619 if not displayed. */
@@ -7400,8 +7400,6 @@ syms_of_image ()
7400 staticpro (&Qedge_detection); 7400 staticpro (&Qedge_detection);
7401 Qheuristic = intern ("heuristic"); 7401 Qheuristic = intern ("heuristic");
7402 staticpro (&Qheuristic); 7402 staticpro (&Qheuristic);
7403 Qcenter = intern ("center");
7404 staticpro (&Qcenter);
7405 7403
7406 Qpostscript = intern ("postscript"); 7404 Qpostscript = intern ("postscript");
7407 staticpro (&Qpostscript); 7405 staticpro (&Qpostscript);