Show
Ignore:
Timestamp:
2006年01月28日 20時40分47秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/align.el

    r3809 r4020  
    560560    ;; tables will be aligned. 
    561561    (text-column 
    562      (regexp   . "\\(^\\|\\S-\\)\\(\\s-+\\)\\(\\S-\\|$\\)") 
     562     (regexp   . "\\(^\\|\\S-\\)\\([ \t]+\\)\\(\\S-\\|$\\)") 
    563563     (group    . 2) 
    564564     (modes    . align-text-modes) 
     
    932932  (interactive 
    933933   (append 
    934     (list (min (point) (mark)) 
    935           (max (point) (mark))) 
     934    (list (region-beginning) (region-end)) 
    936935    (if current-prefix-arg 
    937936        (list (read-string "Complex align using regexp: " 
     
    989988to be colored." 
    990989  (interactive 
    991    (list (min (mark) (point)) 
    992          (max (mark) (point)) 
     990   (list (region-beginning) (region-end) 
    993991         (completing-read 
    994992          "Title of rule to highlight: "