Show
Ignore:
Timestamp:
2006年05月27日 10時35分24秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4037 r4091  
    468468         (set (make-local-variable 'list-buffers-directory) buffer-name) 
    469469         ;;(set (make-local-variable 'cvs-temp-buffer) (cvs-temp-buffer)) 
    470          (let ((cookies (ewoc-create 'cvs-fileinfo-pp "\n" ""))) 
     470         (let ((cookies (ewoc-create 'cvs-fileinfo-pp "\n\n" "\n"))) 
    471471           (set (make-local-variable 'cvs-cookies) cookies) 
    472472           (add-hook 'kill-buffer-hook 
     
    619619         (done "") 
    620620         (tin (ewoc-nth cvs-cookies 0))) 
    621     (if (eq (length str) 1) (setq str "")) 
     621    (if (eq (length str) 2) (setq str "")) 
    622622    ;; look for the first *real* fileinfo (to determine emptyness) 
    623623    (while 
     
    634634        (if (zerop (length str)) (setq str "\n")) 
    635635        (setq done (concat "-- last cmd: " cmd " --")))) 
     636    (setq str (concat str "\n") done (concat done "\n")) 
    636637    ;; set the new header and footer 
    637638    (ewoc-set-hf cvs-cookies