Show
Ignore:
Timestamp:
11/26/05 08:33:26 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/ediff-wind.el

    r3939 r3988  
    11361136                (cons 'width (cdr (assoc 'width frame-A-params)))) 
    11371137          ediff-wide-display-frame frame-A) 
    1138     (modify-frame-parameters frame-A (list (cons 'left cw) 
    1139                                                  (cons 'width wd))))) 
    1140  
     1138    (modify-frame-parameters frame-A `((left . ,cw) (width . ,wd))))) 
    11411139 
    11421140