/[emacs]/emacs/lisp/ediff-wind.el
ViewVC logotype

Diff of /emacs/lisp/ediff-wind.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42 by kifer, Fri Nov 25 07:29:10 2005 UTC revision 1.43 by kifer, Tue Nov 29 06:12:52 2005 UTC
# Line 955  into icons, regardless of the window man Line 955  into icons, regardless of the window man
955                   (minibuffer-window                   (minibuffer-window
956                    designated-minibuffer-frame))                    designated-minibuffer-frame))
957             (cons 'width fwidth)             (cons 'width fwidth)
958             (cons 'height fheight))             (cons 'height fheight)
959            )             (cons 'user-position t)
960               ))
961    
962      ;; adjust autoraise      ;; adjust autoraise
963      (setq adjusted-parameters      (setq adjusted-parameters
# Line 1135  It assumes that it is called from within Line 1136  It assumes that it is called from within
1136            (list (cons 'left (max 0 (eval (cdr (assoc 'left frame-A-params)))))            (list (cons 'left (max 0 (eval (cdr (assoc 'left frame-A-params)))))
1137                  (cons 'width (cdr (assoc 'width frame-A-params))))                  (cons 'width (cdr (assoc 'width frame-A-params))))
1138            ediff-wide-display-frame frame-A)            ediff-wide-display-frame frame-A)
1139      (modify-frame-parameters frame-A `((left . ,cw) (width . ,wd)))))      (modify-frame-parameters
1140         frame-A `((left . ,cw) (width . ,wd) (user-position t)))))
1141    
1142    
1143  ;; Revise the mode line to display which difference we have selected  ;; Revise the mode line to display which difference we have selected

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26