mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Silence byte-compiler warning about x-pointer-invisible
* lisp/avoid.el (x-pointer-invisible): Declare to silence byte-compiler.
This commit is contained in:
parent
a2f7b7c803
commit
4ed0f6e965
1 changed files with 2 additions and 0 deletions
|
|
@ -293,6 +293,8 @@ accumulated, and tries to keep it close to zero."
|
|||
(mouse-avoidance-set-mouse-position (cons (+ (car (cdr cur)) deltax)
|
||||
(+ (cdr (cdr cur)) deltay))))))
|
||||
|
||||
(defvar x-pointer-invisible) ; silence byte-compiler
|
||||
|
||||
(defun mouse-avoidance-random-shape ()
|
||||
"Return a random cursor shape.
|
||||
This assumes that any variable whose name begins with x-pointer- and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue