(g2-UU+5B73): Add `=decomposition@hanyo-denshi'.
[chise/xemacs-chise.git.1] / lisp / indent.el
index 5c642cf..8208126 100644 (file)
@@ -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)