emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/tramp-thread-safe 61be020 2/3: * src/window.c (run


From: Michael Albinus
Subject: [Emacs-diffs] feature/tramp-thread-safe 61be020 2/3: * src/window.c (run_window_size_change_functions): Fix typo.
Date: Mon, 10 Sep 2018 07:21:37 -0400 (EDT)

branch: feature/tramp-thread-safe
commit 61be02000e9cb86de239415104de429121a47fc4
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * src/window.c (run_window_size_change_functions): Fix typo.
---
 src/window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/window.c b/src/window.c
index b81469b..c0974d4 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3470,8 +3470,8 @@ run_window_size_change_functions (Lisp_Object frame)
             with FRAME as its argument and as such oblivious to the
             window checked below.  */
          if (window_size_changed (XWINDOW (window))
-             && !Fmemq (buffer, buffers)
-             && Flocal_variable_p (Qwindow_size_change_functions, buffer))
+             && NILP (Fmemq (buffer, buffers))
+             && !NILP (Flocal_variable_p (Qwindow_size_change_functions, 
buffer)))
            {
              Lisp_Object locals
                = Fbuffer_local_value (Qwindow_size_change_functions, buffer);



reply via email to

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