From 29f2f3278c0a1c84bdb681822d3f949d8c259791 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 3 Mar 2014 18:21:36 +0100 Subject: Do not use `delete-backward-char'. --- chess-images.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-images.el') diff --git a/chess-images.el b/chess-images.el index cce9efb..ca11ac9 100644 --- a/chess-images.el +++ b/chess-images.el @@ -411,7 +411,7 @@ They are returned in ascending order, or nil for no sizes available." (insert "/* pixels */\n") (dotimes (i height) (insert ?\" (make-string (or width height) ?.) ?\" ?, ?\n)) - (delete-backward-char 2) + (delete-char -2) (insert "\n};\n") (buffer-string))) -- cgit v1.2.3