aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse-sel.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el
index 87a75a54c6f..f806395489d 100644
--- a/lisp/mouse-sel.el
+++ b/lisp/mouse-sel.el
@@ -198,7 +198,7 @@ If nil, point will always be placed at the beginning of the region."
198 198
199(defvar mouse-sel-original-bindings nil) 199(defvar mouse-sel-original-bindings nil)
200(defvar mouse-sel-original-interprogram-cut-function nil) 200(defvar mouse-sel-original-interprogram-cut-function nil)
201(defvar mouse-sel-original-interprogram-cut-function nil) 201(defvar mouse-sel-original-interprogram-paste-function nil)
202 202
203;;;###autoload 203;;;###autoload
204(define-minor-mode mouse-sel-mode 204(define-minor-mode mouse-sel-mode