emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/strokes.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/strokes.el
Date: Fri, 14 Feb 2003 04:57:24 -0500

Index: emacs/lisp/strokes.el
diff -c emacs/lisp/strokes.el:1.13 emacs/lisp/strokes.el:1.14
*** emacs/lisp/strokes.el:1.13  Tue Feb  4 07:06:29 2003
--- emacs/lisp/strokes.el       Fri Feb 14 04:57:24 2003
***************
*** 793,799 ****
                        (when point
                          (goto-char point)
                          (subst-char-in-region point (1+ point)
!                                               ?\ strokes-character))
                        (push (cdr (mouse-pixel-position))
                              pix-locs)))
                  (setq event (read-event)))
--- 793,799 ----
                        (when point
                          (goto-char point)
                          (subst-char-in-region point (1+ point)
!                                               ?\  strokes-character))
                        (push (cdr (mouse-pixel-position))
                              pix-locs)))
                  (setq event (read-event)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]