diff options
| author | Richard M. Stallman | 1993-06-11 15:43:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-11 15:43:04 +0000 |
| commit | 7ecc7c8e09bb1c5de1f24d5c6cff59f915f91b0e (patch) | |
| tree | dbd87084f188f7469a0e9da92167829dba679b7f /src | |
| parent | 870b25a27b9b296acee5e6fe18bcc769ed1d7f70 (diff) | |
| download | emacs-7ecc7c8e09bb1c5de1f24d5c6cff59f915f91b0e.tar.gz emacs-7ecc7c8e09bb1c5de1f24d5c6cff59f915f91b0e.zip | |
(syms_of_xfns): Don't set up Qicon.
(Qicon): Declaration deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c index 1ca40679e32..994d749d6a5 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -173,7 +173,7 @@ Lisp_Object Qcursor_type; | |||
| 173 | Lisp_Object Qfont; | 173 | Lisp_Object Qfont; |
| 174 | Lisp_Object Qforeground_color; | 174 | Lisp_Object Qforeground_color; |
| 175 | Lisp_Object Qgeometry; | 175 | Lisp_Object Qgeometry; |
| 176 | Lisp_Object Qicon; | 176 | /* Lisp_Object Qicon; */ |
| 177 | Lisp_Object Qicon_left; | 177 | Lisp_Object Qicon_left; |
| 178 | Lisp_Object Qicon_top; | 178 | Lisp_Object Qicon_top; |
| 179 | Lisp_Object Qicon_type; | 179 | Lisp_Object Qicon_type; |
| @@ -192,7 +192,7 @@ Lisp_Object Qx_frame_parameter; | |||
| 192 | 192 | ||
| 193 | /* The below are defined in frame.c. */ | 193 | /* The below are defined in frame.c. */ |
| 194 | extern Lisp_Object Qheight, Qminibuffer, Qname, Qonly, Qwidth; | 194 | extern Lisp_Object Qheight, Qminibuffer, Qname, Qonly, Qwidth; |
| 195 | extern Lisp_Object Qunsplittable, Qmenu_bar_lines, Qicon; | 195 | extern Lisp_Object Qunsplittable, Qmenu_bar_lines; |
| 196 | 196 | ||
| 197 | extern Lisp_Object Vwindow_system_version; | 197 | extern Lisp_Object Vwindow_system_version; |
| 198 | 198 | ||
| @@ -3598,8 +3598,6 @@ syms_of_xfns () | |||
| 3598 | staticpro (&Qforeground_color); | 3598 | staticpro (&Qforeground_color); |
| 3599 | Qgeometry = intern ("geometry"); | 3599 | Qgeometry = intern ("geometry"); |
| 3600 | staticpro (&Qgeometry); | 3600 | staticpro (&Qgeometry); |
| 3601 | Qicon = intern ("icon"); | ||
| 3602 | staticpro (&Qicon); | ||
| 3603 | Qicon_left = intern ("icon-left"); | 3601 | Qicon_left = intern ("icon-left"); |
| 3604 | staticpro (&Qicon_left); | 3602 | staticpro (&Qicon_left); |
| 3605 | Qicon_top = intern ("icon-top"); | 3603 | Qicon_top = intern ("icon-top"); |