Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/ediff-wind.el
- Timestamp:
- 11/26/05 08:33:26 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/ediff-wind.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/ediff-wind.el
r3939 r3988 1136 1136 (cons 'width (cdr (assoc 'width frame-A-params)))) 1137 1137 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))))) 1141 1139 1142 1140
