diff options
| author | Kim F. Storm | 2004-03-19 00:42:37 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-19 00:42:37 +0000 |
| commit | e1dfec150b4fab26b70456ad7fcbdc1561430ec5 (patch) | |
| tree | 0b9cea5f5f33f38438808138b075338a464e544a /src/image.c | |
| parent | 7ee8103eddcf34c620d593a54755efb5de0bb7ad (diff) | |
| download | emacs-e1dfec150b4fab26b70456ad7fcbdc1561430ec5.tar.gz emacs-e1dfec150b4fab26b70456ad7fcbdc1561430ec5.zip | |
(Qcenter): Move to xdisp.c.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 4 |
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 | ||
| 607 | extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; | 607 | extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; |
| 608 | extern Lisp_Object QCdata, QCtype; | 608 | extern Lisp_Object QCdata, QCtype; |
| 609 | extern Lisp_Object Qcenter; | ||
| 609 | Lisp_Object QCascent, QCmargin, QCrelief; | 610 | Lisp_Object QCascent, QCmargin, QCrelief; |
| 610 | Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask; | 611 | Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask; |
| 611 | Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask; | 612 | Lisp_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 | ||
| 615 | Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic; | 616 | Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic; |
| 616 | Lisp_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); |