Show
Ignore:
Timestamp:
11/18/04 08:05:19 (4 years ago)
Author:
miyoshi
Message:

Sync up.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-21.3.50/lisp/align.el

    r3533 r3551  
    12131213                    ((= cur gocol) t)   ; don't need to 
    12141214                    ((< cur gocol)      ; just add space 
     1215                     ;; FIXME: It is stated above that "...the 
     1216                     ;;        whitespace to be modified was already 
     1217                     ;;        deleted by `align-region', all we have 
     1218                     ;;        to do here is indent."  However, this 
     1219                     ;;        doesn't seem to be true, so we first 
     1220                     ;;        delete the whitespace to avoid tabs 
     1221                     ;;        after spaces. 
     1222                     (delete-horizontal-space t) 
    12151223                     (indent-to gocol)) 
    12161224                    (t