Mercurial > emacs
changeset 15704:5dca1a2581b4
(Qfont): Delete redundant definition.
(syms_of_xfns): Delete the duplicate assignment and staticpro.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 16 Jul 1996 05:12:55 +0000 |
parents | 2dca1915aadb |
children | 2f5c1df12e01 |
files | src/xfns.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Tue Jul 16 05:10:26 1996 +0000 +++ b/src/xfns.c Tue Jul 16 05:12:55 1996 +0000 @@ -169,7 +169,6 @@ 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; @@ -5037,8 +5036,6 @@ 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");