diff lisp/packages/avoid.el @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents 131b0175ea99
children 34a5b81f86ba
line wrap: on
line diff
--- a/lisp/packages/avoid.el	Mon Aug 13 09:05:44 2007 +0200
+++ b/lisp/packages/avoid.el	Mon Aug 13 09:06:37 2007 +0200
@@ -72,6 +72,7 @@
 
 (provide 'avoid)
 
+;;;###autoload
 (defvar mouse-avoidance-mode nil
   "Value is t or a symbol if the mouse pointer should avoid the cursor.
 See function `mouse-avoidance-mode' for possible values.  Changing this
@@ -366,4 +367,4 @@
 ;;;###autoload
 (add-minor-mode 'mouse-avoidance-mode " Avoid")
 
-;;; End of avoid.el
+;;; avoid.el ends here