From: Karl Heuer Date: Tue, 16 Jul 1996 05:10:26 +0000 (+0000) Subject: (Qfont): Delete redundant definition. X-Git-Tag: emacs-19.34~159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd41fe0d81d1aac9bf8995967c0db36c19819561;p=emacs.git (Qfont): Delete redundant definition. (syms_of_win32fns): Delete the duplicate assignment and staticpro. --- 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; Lisp_Object Qbox; Lisp_Object Qcursor_color; Lisp_Object Qcursor_type; -Lisp_Object Qfont; Lisp_Object Qforeground_color; Lisp_Object Qgeometry; Lisp_Object Qicon_left; @@ -4958,8 +4957,6 @@ syms_of_win32fns () staticpro (&Qcursor_color); Qcursor_type = intern ("cursor-type"); staticpro (&Qcursor_type); - Qfont = intern ("font"); - staticpro (&Qfont); Qforeground_color = intern ("foreground-color"); staticpro (&Qforeground_color); Qgeometry = intern ("geometry");