emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c [lexbind]
Date: Tue, 06 Jul 2004 05:34:21 -0400

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.173.2.10 emacs/src/w32fns.c:1.173.2.11
*** emacs/src/w32fns.c:1.173.2.10       Tue Jul  6 09:14:38 2004
--- emacs/src/w32fns.c  Tue Jul  6 09:24:07 2004
***************
*** 8090,8096 ****
                             (WPARAM) XINT (XCAR (item)), (LPARAM) item.i))
  #else
        if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_UNREGISTER_HOT_KEY,
!                            (WPARAM) XINT (XCAR (item)), (LPARAM) item.i))
  
  #endif
        {
--- 8090,8096 ----
                             (WPARAM) XINT (XCAR (item)), (LPARAM) item.i))
  #else
        if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_UNREGISTER_HOT_KEY,
!                            (WPARAM) XINT (XCAR (item)), (LPARAM) item))
  
  #endif
        {
***************
*** 8170,8176 ****
                         (WPARAM) vk_code, (LPARAM) new_state.i))
  #else
    if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_TOGGLE_LOCK_KEY,
!                        (WPARAM) vk_code, (LPARAM) new_state.i))
  #endif
      {
        MSG msg;
--- 8170,8176 ----
                         (WPARAM) vk_code, (LPARAM) new_state.i))
  #else
    if (PostThreadMessage (dwWindowsThreadId, WM_EMACS_TOGGLE_LOCK_KEY,
!                        (WPARAM) vk_code, (LPARAM) new_state))
  #endif
      {
        MSG msg;




reply via email to

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