emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 21 Jan 2006 18:04:10 +0000

Index: emacs/src/xdisp.c
diff -u emacs/src/xdisp.c:1.1070 emacs/src/xdisp.c:1.1071
--- emacs/src/xdisp.c:1.1070    Thu Jan 19 21:12:22 2006
+++ emacs/src/xdisp.c   Sat Jan 21 18:04:09 2006
@@ -1,7 +1,7 @@
 /* Display generation from window structure and buffer text.
    Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995,
                  1997, 1998, 1999, 2000, 2001, 2002, 2003,
-                 2004, 2005 Free Software Foundation, Inc.
+                 2004, 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -20779,10 +20779,10 @@
            }
          else
            return get_specified_cursor_type (b->cursor_type, width);
-
-         *active_cursor = 0;
-         non_selected = 1;
        }
+
+      *active_cursor = 0;
+      non_selected = 1;
     }
 
   /* Nonselected window or nonselected frame.  */




reply via email to

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