--- align.el 01 Sep 2003 18:45:04 +0300 1.13 +++ align.el 24 Oct 2004 00:36:41 +0300 @@ -1212,6 +1212,14 @@ have been aligned. No changes will be m (cond ((< gocol 0) t) ; don't do anything ((= cur gocol) t) ; don't need to ((< cur gocol) ; just add space + ;; FIXME: It is stated above that "...the + ;; whitespace to be modified was already + ;; deleted by `align-region', all we have + ;; to do here is indent." However, this + ;; doesn't seem to be true, so we first + ;; delete the whitespace to avoid tabs + ;; after spaces. + (delete-horizontal-space t) (indent-to gocol)) (t ;; This code works around an oddity in the