X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Findent.el;h=820812687205b5dd46aab8c0f54d4cf3c32011a7;hb=dff25f45a911f8a0e5c5bde4c1df0b01e7289fb4;hp=5c642cf737c93f1ca3325c336e1ae45d1885cd96;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/indent.el b/lisp/indent.el index 5c642cf..8208126 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -470,7 +470,7 @@ Use \\[edit-tab-stops] to edit them interactively." (let ((tabend (* (/ (current-column) tab-width) tab-width))) (while (and (> (current-column) tabend) (eq (char-before (point)) ?\ )) - (forward-char -1)) + (backward-char 1)) (delete-region (point) before)))))))) ;(define-key global-map "\t" 'indent-for-tab-command)