]> code.delx.au - gnu-emacs/blobdiff - lisp/indent.el
* vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
[gnu-emacs] / lisp / indent.el
index b9f008d46aa5e223e838b22f97957c21b93856d0..93218032700d31f8c17fa6c8a8e57e7b1be5684b 100644 (file)
@@ -561,8 +561,8 @@ Use \\[edit-tab-stops] to edit them interactively."
     (while (and tabs (>= (current-column) (car tabs)))
       (setq tabs (cdr tabs)))
     (if tabs
-       (let ((opoint (point)))
-         (delete-horizontal-space t)
+        (progn
+          (delete-horizontal-space t)
          (indent-to (car tabs)))
       (insert ?\s))))