aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/strokes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/strokes.el b/lisp/strokes.el
index b230bfdeb6b..9b138e0e5dc 100644
--- a/lisp/strokes.el
+++ b/lisp/strokes.el
@@ -793,7 +793,7 @@ Optional EVENT is acceptable as the starting event of the stroke"
793 (when point 793 (when point
794 (goto-char point) 794 (goto-char point)
795 (subst-char-in-region point (1+ point) 795 (subst-char-in-region point (1+ point)
796 ?\ strokes-character)) 796 ?\ strokes-character))
797 (push (cdr (mouse-pixel-position)) 797 (push (cdr (mouse-pixel-position))
798 pix-locs))) 798 pix-locs)))
799 (setq event (read-event))) 799 (setq event (read-event)))