aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/avoid.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/avoid.el')
-rw-r--r--lisp/avoid.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el
index 47e8c6adf87..f5712427964 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -257,9 +257,9 @@ redefine this function to suit your own tastes."
257 (if (null mouse-avoidance-pointer-shapes) 257 (if (null mouse-avoidance-pointer-shapes)
258 (progn 258 (progn
259 (setq mouse-avoidance-pointer-shapes 259 (setq mouse-avoidance-pointer-shapes
260 (mapcar '(lambda (x) (symbol-value (intern x))) 260 (mapcar (lambda (x) (symbol-value (intern x)))
261 (all-completions "x-pointer-" obarray 261 (all-completions "x-pointer-" obarray
262 '(lambda (x) 262 (lambda (x)
263 (and (boundp x) 263 (and (boundp x)
264 (integerp (symbol-value x))))))) 264 (integerp (symbol-value x)))))))
265 (setq mouse-avoidance-n-pointer-shapes 265 (setq mouse-avoidance-n-pointer-shapes