comparison lisp/packages/avoid.el @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents ac2d302a0011
children 131b0175ea99
comparison
equal deleted inserted replaced
13:13c6d0aaafe5 14:9ee227acff29
70 70
71 ;;; Code: 71 ;;; Code:
72 72
73 (provide 'avoid) 73 (provide 'avoid)
74 74
75 ;;;###autoload
75 (defvar mouse-avoidance-mode nil 76 (defvar mouse-avoidance-mode nil
76 "Value is t or a symbol if the mouse pointer should avoid the cursor. 77 "Value is t or a symbol if the mouse pointer should avoid the cursor.
77 See function `mouse-avoidance-mode' for possible values. Changing this 78 See function `mouse-avoidance-mode' for possible values. Changing this
78 variable is NOT the recommended way to change modes; use that function 79 variable is NOT the recommended way to change modes; use that function
79 instead.") 80 instead.")
364 ; minor-mode-alist))) 365 ; minor-mode-alist)))
365 ;;XEmacs: do it right. 366 ;;XEmacs: do it right.
366 ;;;###autoload 367 ;;;###autoload
367 (add-minor-mode 'mouse-avoidance-mode " Avoid") 368 (add-minor-mode 'mouse-avoidance-mode " Avoid")
368 369
369 ;;; End of avoid.el 370 ;;; avoid.el ends here