From 46b3318051b02e18a3e401b815e9e30c81055fa6 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 27 Aug 2008 17:23:05 +0000 Subject: [PATCH] =?utf8?q?*=20textmodes/artist.el=20(artist-mode-init):=20?= =?utf8?q?Added=20comment=20on=20the=20setting=20up=20of=20the=20`artist-r?= =?utf8?q?eplacement-table'=20array.=20(artist-get-replacement-char):=20Ne?= =?utf8?q?w=20defsubst.=20(artist-get-char-at-xy-conv,=20artist-replace-ch?= =?utf8?q?ar)=20(artist-replace-chars,=20artist-replace-string):=20Use=20i?= =?utf8?q?t=20instead=20of=20accessing=20`artist-replacement-table'=20dire?= =?utf8?q?ctly.=20Reported=20by=20Rub=C3=A9n=20Berenguel=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (artist-mt): Fixed structures for cut and copy operations. --- lisp/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45e4bb14b5e..9f3d0e2fece 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2008-08-27 Tomas Abrahamsson + + * textmodes/artist.el (artist-mode-init): Added comment on the + setting up of the `artist-replacement-table' array. + (artist-get-replacement-char): New defsubst. + (artist-get-char-at-xy-conv, artist-replace-char) + (artist-replace-chars, artist-replace-string): Use it instead of + accessing `artist-replacement-table' directly. + Reported by Rubén Berenguel . + + (artist-mt): Fixed structures for cut and copy operations. + 2008-08-27 Chong Yidong * shell.el (shell-file-name-quote-list): Quote `$'. -- 2.39.5