From 47bad81c75be3eb3e9c02c965db17bfede274d36 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 21 Feb 1994 02:49:58 +0000 Subject: [PATCH] (picture-mode-map): Replace delete-backward-char like backward-delete-char-untabify. --- lisp/textmodes/picture.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index d744d33f36c..878161da481 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -471,7 +471,9 @@ Leaves the region surrounding the rectangle." (picture-substitute 'forward-char 'picture-forward-column) (picture-substitute 'backward-char 'picture-backward-column) (picture-substitute 'delete-char 'picture-clear-column) + ;; There are two possibilities for what is normally on DEL. (picture-substitute 'backward-delete-char-untabify 'picture-backward-clear-column) + (picture-substitute 'delete-backward-char 'picture-backward-clear-column) (picture-substitute 'kill-line 'picture-clear-line) (picture-substitute 'open-line 'picture-open-line) (picture-substitute 'newline 'picture-newline) -- 2.39.5