From: Martin Rudalics Date: Tue, 30 Dec 2008 16:27:32 +0000 (+0000) Subject: (Vemacs_iconified): Remove. X-Git-Tag: emacs-pretest-23.0.90~797 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28cd591f405dcf08b0e0be3cde52f4fd1a57893a;p=emacs.git (Vemacs_iconified): Remove. --- diff --git a/src/ChangeLog b/src/ChangeLog index b75c384daa4..cba115c6104 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-30 Martin Rudalics + + * frame.c (Vemacs_iconified): Remove. + 2008-12-30 Jason Rumney * frame.c (store_frame_param, x_get_arg): Enable newer code on diff --git a/src/frame.c b/src/frame.c index bff3d6d170b..badff9c66ef 100644 --- a/src/frame.c +++ b/src/frame.c @@ -193,7 +193,6 @@ set_menu_bar_lines (f, value, oldval) } } -Lisp_Object Vemacs_iconified; Lisp_Object Vframe_list; extern Lisp_Object Vminibuffer_list; @@ -4536,10 +4535,6 @@ Setting this variable does not affect existing frames, only new ones. */); 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