1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(strokes-read-complex-stroke): Fix use of character constant.

This commit is contained in:
Juanma Barranquero 2003-02-14 09:57:24 +00:00
parent 39c0722f09
commit a18cce10cc

View file

@ -793,7 +793,7 @@ Optional EVENT is acceptable as the starting event of the stroke"
(when point
(goto-char point)
(subst-char-in-region point (1+ point)
?\ strokes-character))
?\ strokes-character))
(push (cdr (mouse-pixel-position))
pix-locs)))
(setq event (read-event)))