emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sun, 14 Jul 2002 20:01:02 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.424 emacs/src/window.c:1.425
*** emacs/src/window.c:1.424    Thu Jul 11 10:16:47 2002
--- emacs/src/window.c  Sun Jul 14 20:00:37 2002
***************
*** 2747,2753 ****
      {
        if (!NILP (w->dedicated) && !EQ (tem, buffer))
        error ("Window is dedicated to `%s'",
!              XSTRING (XBUFFER (tem)->name)->data);
  
        unshow_buffer (w);
      }
--- 2747,2753 ----
      {
        if (!NILP (w->dedicated) && !EQ (tem, buffer))
        error ("Window is dedicated to `%s'",
!              SDATA (XBUFFER (tem)->name));
  
        unshow_buffer (w);
      }



reply via email to

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