# HG changeset patch # User Juanma Barranquero # Date 1045216644 0 # Node ID 25477ff937663528f97dbad918651b6a3a344c01 # Parent 48e671543e1eecba3916ecec9aba7f2401fb9510 (strokes-read-complex-stroke): Fix use of character constant. diff -r 48e671543e1e -r 25477ff93766 lisp/strokes.el --- a/lisp/strokes.el Fri Feb 14 09:57:03 2003 +0000 +++ b/lisp/strokes.el Fri Feb 14 09:57:24 2003 +0000 @@ -793,7 +793,7 @@ (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)))