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:
parent
39c0722f09
commit
a18cce10cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue