emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/frame.c [lexbind]
Date: Thu, 20 Nov 2003 19:36:58 -0500

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.284.2.2 emacs/src/frame.c:1.284.2.3
*** emacs/src/frame.c:1.284.2.2 Tue Oct 14 19:16:45 2003
--- emacs/src/frame.c   Thu Nov 20 19:36:18 2003
***************
*** 2018,2024 ****
    if (EQ (prop, Qminibuffer) && WINDOWP (val))
      {
        if (! MINI_WINDOW_P (XWINDOW (val)))
!       error ("Surrogate minibuffer windows must be minibuffer windows.");
  
        if ((FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
          && !EQ (val, f->minibuffer_window))
--- 2018,2024 ----
    if (EQ (prop, Qminibuffer) && WINDOWP (val))
      {
        if (! MINI_WINDOW_P (XWINDOW (val)))
!       error ("Surrogate minibuffer windows must be minibuffer windows");
  
        if ((FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
          && !EQ (val, f->minibuffer_window))




reply via email to

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