Mercurial > emacs
changeset 49785:25477ff93766
(strokes-read-complex-stroke): Fix use of character constant.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 14 Feb 2003 09:57:24 +0000 |
parents | 48e671543e1e |
children | 60e3eed1b79e |
files | lisp/strokes.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))