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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Sun, 16 Nov 2003 11:17:10 -0500

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.305 emacs/src/frame.c:1.306
*** emacs/src/frame.c:1.305     Sun Oct  5 09:42:01 2003
--- emacs/src/frame.c   Sun Nov 16 11:17:09 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]