changeset 100780:7c46cf603c2c

(Vemacs_iconified): Remove.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 30 Dec 2008 16:27:32 +0000
parents a0ff5fd45390
children e68409d37739
files src/ChangeLog src/frame.c
diffstat 2 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Dec 30 16:21:20 2008 +0000
+++ b/src/ChangeLog	Tue Dec 30 16:27:32 2008 +0000
@@ -1,3 +1,7 @@
+2008-12-30  Martin Rudalics  <rudalics@gmx.at>
+
+	* frame.c (Vemacs_iconified): Remove.
+
 2008-12-30  Jason Rumney  <jasonr@gnu.org>
 
 	* frame.c (store_frame_param, x_get_arg): Enable newer code on
--- a/src/frame.c	Tue Dec 30 16:21:20 2008 +0000
+++ b/src/frame.c	Tue Dec 30 16:27:32 2008 +0000
@@ -193,7 +193,6 @@
     }
 }
 
-Lisp_Object Vemacs_iconified;
 Lisp_Object Vframe_list;
 
 extern Lisp_Object Vminibuffer_list;
@@ -4536,10 +4535,6 @@
   DEFVAR_LISP ("terminal-frame", &Vterminal_frame,
                doc: /* The initial frame-object, which represents Emacs's stdout.  */);
 
-  DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified,
-	       doc: /* Non-nil if all of Emacs is iconified and frame updates are not needed.  */);
-  Vemacs_iconified = Qnil;
-
   DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function,
 	       doc: /* If non-nil, function to transform normal value of `mouse-position'.
 `mouse-position' calls this function, passing its usual return value as