diff options
Diffstat (limited to 'lisp/avoid.el')
-rw-r--r-- | lisp/avoid.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el index e9351844989..0ce9e479229 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -89,7 +89,8 @@ You must modify via \\[customize] for this variable to have an effect." (const animate) (const exile) (const proteus) ) :group 'avoid - :require 'avoid) + :require 'avoid + :version "20.3") (defcustom mouse-avoidance-nudge-dist 15 |