Show
Ignore:
Timestamp:
04/16/06 21:46:31 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/buff-menu.el

    r4037 r4058  
    707707    (when Buffer-menu-use-header-line 
    708708      (let ((pos 0)) 
    709         ;; Turn spaces in the header into stretch specs so they work 
    710         ;; regardless of the header-line face. 
    711         (while (string-match "[ \t]+" header pos) 
     709        ;; Turn whitespace chars in the header into stretch specs so 
     710        ;; they work regardless of the header-line face. 
     711        (while (string-match "[ \t\n]+" header pos) 
    712712          (setq pos (match-end 0)) 
    713713          (put-text-property (match-beginning 0) pos 'display 
     
    727727      (setq standard-output (current-buffer)) 
    728728      (unless Buffer-menu-use-header-line 
     729        ;; Use U+2014 (EM DASH) to underline if possible, else U+002D (HYPHEN-MINUS) 
    729730        (let ((underline (if (char-displayable-p ?—) ?— ?-))) 
    730731          (insert header