Show
Ignore:
Timestamp:
09/18/06 20:48:14 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/mouse-sel.el

    r4037 r4166  
    703703  (and initial final mouse-1-click-follows-link 
    704704       (eq (car initial) 'down-mouse-1) 
    705        (mouse-on-link-p        (posn-point (event-start initial))) 
     705       (mouse-on-link-p (event-start initial)) 
    706706       (= (posn-point (event-start initial)) 
    707707          (posn-point (event-end final)))