diff options
| author | Karl Heuer | 1996-07-16 05:12:55 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-16 05:12:55 +0000 |
| commit | 830a7a8c41cbb1858e641a85095f74cadebd6991 (patch) | |
| tree | 9aebf60790115961c0a5ecd15105f118360a92ba /src | |
| parent | fd41fe0d81d1aac9bf8995967c0db36c19819561 (diff) | |
| download | emacs-830a7a8c41cbb1858e641a85095f74cadebd6991.tar.gz emacs-830a7a8c41cbb1858e641a85095f74cadebd6991.zip | |
(Qfont): Delete redundant definition.
(syms_of_xfns): Delete the duplicate assignment and staticpro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c index 849dc8d1aa4..b657f306516 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -169,7 +169,6 @@ Lisp_Object Qborder_width; | |||
| 169 | Lisp_Object Qbox; | 169 | Lisp_Object Qbox; |
| 170 | Lisp_Object Qcursor_color; | 170 | Lisp_Object Qcursor_color; |
| 171 | Lisp_Object Qcursor_type; | 171 | Lisp_Object Qcursor_type; |
| 172 | Lisp_Object Qfont; | ||
| 173 | Lisp_Object Qforeground_color; | 172 | Lisp_Object Qforeground_color; |
| 174 | Lisp_Object Qgeometry; | 173 | Lisp_Object Qgeometry; |
| 175 | Lisp_Object Qicon_left; | 174 | Lisp_Object Qicon_left; |
| @@ -5037,8 +5036,6 @@ syms_of_xfns () | |||
| 5037 | staticpro (&Qcursor_color); | 5036 | staticpro (&Qcursor_color); |
| 5038 | Qcursor_type = intern ("cursor-type"); | 5037 | Qcursor_type = intern ("cursor-type"); |
| 5039 | staticpro (&Qcursor_type); | 5038 | staticpro (&Qcursor_type); |
| 5040 | Qfont = intern ("font"); | ||
| 5041 | staticpro (&Qfont); | ||
| 5042 | Qforeground_color = intern ("foreground-color"); | 5039 | Qforeground_color = intern ("foreground-color"); |
| 5043 | staticpro (&Qforeground_color); | 5040 | staticpro (&Qforeground_color); |
| 5044 | Qgeometry = intern ("geometry"); | 5041 | Qgeometry = intern ("geometry"); |