* lisp/strokes.el (strokes-mode): Don't test `display-mouse-p',
as the presence of a mouse may vary over the course of an Emacs
session.
(cherry picked from commit
d05894f82d90c6d739aa3d424651fda2c86f68ec)
\\{strokes-mode-map}"
:lighter strokes-lighter :global t
- (cond ((not (display-mouse-p))
- (error "Can't use Strokes without a mouse"))
- (strokes-mode ; turn on strokes
+ (cond (strokes-mode ; turn on strokes
(and (file-exists-p strokes-file)
(null strokes-global-map)
(strokes-load-user-strokes))