diff options
| author | Karl Heuer | 1996-07-16 05:10:26 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-16 05:10:26 +0000 |
| commit | fd41fe0d81d1aac9bf8995967c0db36c19819561 (patch) | |
| tree | 55d13cd7b85027e9c8a95616556bf8ef385f25d9 /src | |
| parent | 23bc39b5d969d287d714e4982459a156bbad5be6 (diff) | |
| download | emacs-fd41fe0d81d1aac9bf8995967c0db36c19819561.tar.gz emacs-fd41fe0d81d1aac9bf8995967c0db36c19819561.zip | |
(Qfont): Delete redundant definition.
(syms_of_win32fns): Delete the duplicate assignment and staticpro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 741b6c4da67..4753caf7960 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -134,7 +134,6 @@ Lisp_Object Qborder_width; | |||
| 134 | Lisp_Object Qbox; | 134 | Lisp_Object Qbox; |
| 135 | Lisp_Object Qcursor_color; | 135 | Lisp_Object Qcursor_color; |
| 136 | Lisp_Object Qcursor_type; | 136 | Lisp_Object Qcursor_type; |
| 137 | Lisp_Object Qfont; | ||
| 138 | Lisp_Object Qforeground_color; | 137 | Lisp_Object Qforeground_color; |
| 139 | Lisp_Object Qgeometry; | 138 | Lisp_Object Qgeometry; |
| 140 | Lisp_Object Qicon_left; | 139 | Lisp_Object Qicon_left; |
| @@ -4958,8 +4957,6 @@ syms_of_win32fns () | |||
| 4958 | staticpro (&Qcursor_color); | 4957 | staticpro (&Qcursor_color); |
| 4959 | Qcursor_type = intern ("cursor-type"); | 4958 | Qcursor_type = intern ("cursor-type"); |
| 4960 | staticpro (&Qcursor_type); | 4959 | staticpro (&Qcursor_type); |
| 4961 | Qfont = intern ("font"); | ||
| 4962 | staticpro (&Qfont); | ||
| 4963 | Qforeground_color = intern ("foreground-color"); | 4960 | Qforeground_color = intern ("foreground-color"); |
| 4964 | staticpro (&Qforeground_color); | 4961 | staticpro (&Qforeground_color); |
| 4965 | Qgeometry = intern ("geometry"); | 4962 | Qgeometry = intern ("geometry"); |