emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sun, 28 Jul 2002 21:55:44 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.700 emacs/src/keyboard.c:1.701
*** emacs/src/keyboard.c:1.700  Sat Jul 20 17:47:00 2002
--- emacs/src/keyboard.c        Sun Jul 28 21:55:43 2002
***************
*** 5185,5191 ****
        }
        }
  
! #if USE_TOOLKIT_SCROLL_BARS
  
        /* We don't have down and up events if using toolkit scroll bars,
         so make this always a click event.  Store in the `part' of
--- 5185,5191 ----
        }
        }
  
! #ifdef USE_TOOLKIT_SCROLL_BARS
  
        /* We don't have down and up events if using toolkit scroll bars,
         so make this always a click event.  Store in the `part' of
***************
*** 5221,5226 ****
--- 5221,5227 ----
  
        /* Always treat scroll bar events as clicks. */
        event->modifiers |= click_modifier;
+       event->modifiers &= ~up_modifier;
  
        /* Get the symbol we should use for the mouse click.  */
        head = modify_event_symbol (event->code,



reply via email to

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