emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mouse.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el [lexbind]
Date: Wed, 08 Dec 2004 19:34:21 -0500

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.241.2.11 emacs/lisp/mouse.el:1.241.2.12
*** emacs/lisp/mouse.el:1.241.2.11      Fri Nov 12 04:21:14 2004
--- emacs/lisp/mouse.el Wed Dec  8 23:31:43 2004
***************
*** 1,6 ****
  ;;; mouse.el --- window system-independent mouse support
  
! ;; Copyright (C) 1993, 94, 95, 1999, 2000, 01, 2004
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; mouse.el --- window system-independent mouse support
  
! ;; Copyright (C) 1993, 94, 95, 1999, 2000, 2001, 2002, 2003, 2004
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
***************
*** 46,51 ****
--- 46,52 ----
  (defcustom mouse-drag-copy-region t
    "*If non-nil, mouse drag copies region to kill-ring."
    :type 'boolean
+   :version "21.4"
    :group 'mouse)
  
  
***************
*** 363,368 ****
--- 364,370 ----
         (start-nwindows (count-windows t))
         (old-selected-window (selected-window))
         (minibuffer (frame-parameter nil 'minibuffer))
+        (mouse-autoselect-window nil)
         should-enlarge-minibuffer event mouse y top bot edges wconfig growth)
      (track-mouse
        (progn
***************
*** 741,746 ****
--- 743,749 ----
         (start-frame (window-frame start-window))
         (start-hscroll (window-hscroll start-window))
         (bounds (window-edges start-window))
+        (make-cursor-line-fully-visible nil)
         (top (nth 1 bounds))
         (bottom (if (window-minibuffer-p start-window)
                     (nth 3 bounds)




reply via email to

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