aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/avoid.el
diff options
context:
space:
mode:
authorKarl Heuer1999-03-30 21:37:40 +0000
committerKarl Heuer1999-03-30 21:37:40 +0000
commit25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch)
tree36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/avoid.el
parent495a3f8d9e7c4471d649875ac40700830422f553 (diff)
downloademacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz
emacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.zip
*** empty log message ***
Diffstat (limited to 'lisp/avoid.el')
-rw-r--r--lisp/avoid.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el
index 60cc97aa3bd..167f97873ff 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -81,7 +81,7 @@
81 "Activate mouse avoidance mode. 81 "Activate mouse avoidance mode.
82See function `mouse-avoidance-mode' for possible values. 82See function `mouse-avoidance-mode' for possible values.
83This variable should be set only with \\[customize], which is equivalent 83This variable should be set only with \\[customize], which is equivalent
84to using the function `mouse-avoidance-mode'. 84to using the function `mouse-avoidance-mode'."
85 :set (lambda (symbol value) 85 :set (lambda (symbol value)
86 ;; 'none below prevents toggling when value is nil. 86 ;; 'none below prevents toggling when value is nil.
87 (mouse-avoidance-mode (or value 'none))) 87 (mouse-avoidance-mode (or value 'none)))