emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog frame.c


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/src ChangeLog frame.c
Date: Tue, 30 Dec 2008 16:27:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/12/30 16:27:34

Modified files:
        src            : ChangeLog frame.c 

Log message:
        (Vemacs_iconified): Remove.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7237&r2=1.7238
http://cvs.savannah.gnu.org/viewcvs/emacs/src/frame.c?cvsroot=emacs&r1=1.405&r2=1.406

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7237
retrieving revision 1.7238
diff -u -b -r1.7237 -r1.7238
--- ChangeLog   30 Dec 2008 15:10:39 -0000      1.7237
+++ ChangeLog   30 Dec 2008 16:27:32 -0000      1.7238
@@ -1,3 +1,7 @@
+2008-12-30  Martin Rudalics  <address@hidden>
+
+       * frame.c (Vemacs_iconified): Remove.
+
 2008-12-30  Jason Rumney  <address@hidden>
 
        * frame.c (store_frame_param, x_get_arg): Enable newer code on

Index: frame.c
===================================================================
RCS file: /sources/emacs/emacs/src/frame.c,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -b -r1.405 -r1.406
--- frame.c     30 Dec 2008 15:09:13 -0000      1.405
+++ frame.c     30 Dec 2008 16:27:33 -0000      1.406
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]