diff options
| author | Eli Zaretskii | 2007-01-27 17:38:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-01-27 17:38:14 +0000 |
| commit | 05b531f69577fc9f2bbbd3cfe7c12f1132e7fce6 (patch) | |
| tree | d3a5e9319009ba519e46baa73a4d8040b57ace3b | |
| parent | 00e10871c5ff827693aa82dc12b269bc9951a28f (diff) | |
| download | emacs-05b531f69577fc9f2bbbd3cfe7c12f1132e7fce6.tar.gz emacs-05b531f69577fc9f2bbbd3cfe7c12f1132e7fce6.zip | |
Fix whitespace and indentation.
| -rw-r--r-- | lisp/mouse.el | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 7d3c39a986c..c221a9bee99 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1041,19 +1041,19 @@ should only be used by mouse-drag-region." | |||
| 1041 | (if do-multi-click (goto-char start-point)) | 1041 | (if do-multi-click (goto-char start-point)) |
| 1042 | (delete-overlay mouse-drag-overlay) | 1042 | (delete-overlay mouse-drag-overlay) |
| 1043 | (when (and (functionp fun) | 1043 | (when (and (functionp fun) |
| 1044 | (= start-hscroll (window-hscroll start-window)) | 1044 | (= start-hscroll (window-hscroll start-window)) |
| 1045 | ;; Don't run the up-event handler if the | 1045 | ;; Don't run the up-event handler if the |
| 1046 | ;; window start changed in a redisplay after | 1046 | ;; window start changed in a redisplay after |
| 1047 | ;; the mouse-set-point for the down-mouse | 1047 | ;; the mouse-set-point for the down-mouse |
| 1048 | ;; event at the beginning of this function. | 1048 | ;; event at the beginning of this function. |
| 1049 | ;; When the window start has changed, the | 1049 | ;; When the window start has changed, the |
| 1050 | ;; up-mouse event will contain a different | 1050 | ;; up-mouse event will contain a different |
| 1051 | ;; position due to the new window contents, | 1051 | ;; position due to the new window contents, |
| 1052 | ;; and point is set again. | 1052 | ;; and point is set again. |
| 1053 | (or end-point | 1053 | (or end-point |
| 1054 | (= (window-start start-window) | 1054 | (= (window-start start-window) |
| 1055 | start-window-start))) | 1055 | start-window-start))) |
| 1056 | (when (and on-link | 1056 | (when (and on-link |
| 1057 | (or (not end-point) (= end-point start-point)) | 1057 | (or (not end-point) (= end-point start-point)) |
| 1058 | (consp event) | 1058 | (consp event) |
| 1059 | (or remap-double-click | 1059 | (or remap-double-click |