Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7ecc7c8e
Commit
7ecc7c8e
authored
Jun 11, 1993
by
Richard M. Stallman
Browse files
(syms_of_xfns): Don't set up Qicon.
(Qicon): Declaration deleted.
parent
870b25a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/xfns.c
src/xfns.c
+2
-4
No files found.
src/xfns.c
View file @
7ecc7c8e
...
...
@@ -173,7 +173,7 @@ Lisp_Object Qcursor_type;
Lisp_Object
Qfont
;
Lisp_Object
Qforeground_color
;
Lisp_Object
Qgeometry
;
Lisp_Object
Qicon
;
/*
Lisp_Object Qicon;
*/
Lisp_Object
Qicon_left
;
Lisp_Object
Qicon_top
;
Lisp_Object
Qicon_type
;
...
...
@@ -192,7 +192,7 @@ Lisp_Object Qx_frame_parameter;
/* The below are defined in frame.c. */
extern
Lisp_Object
Qheight
,
Qminibuffer
,
Qname
,
Qonly
,
Qwidth
;
extern
Lisp_Object
Qunsplittable
,
Qmenu_bar_lines
,
Qicon
;
extern
Lisp_Object
Qunsplittable
,
Qmenu_bar_lines
;
extern
Lisp_Object
Vwindow_system_version
;
...
...
@@ -3598,8 +3598,6 @@ syms_of_xfns ()
staticpro
(
&
Qforeground_color
);
Qgeometry
=
intern
(
"geometry"
);
staticpro
(
&
Qgeometry
);
Qicon
=
intern
(
"icon"
);
staticpro
(
&
Qicon
);
Qicon_left
=
intern
(
"icon-left"
);
staticpro
(
&
Qicon_left
);
Qicon_top
=
intern
(
"icon-top"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment