]> git.eshelyaron.com Git - emacs.git/commit
Fix ediff problems. (Reported by Dan Nicolaescu.)
authorKaroly Lorentey <lorentey@elte.hu>
Sun, 12 Mar 2006 04:12:31 +0000 (04:12 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sun, 12 Mar 2006 04:12:31 +0000 (04:12 +0000)
commit632210dd8530dc84a40ae9c127a4baf7b19f4a63
tree44110d97b10e10fe3b155f4b15d267b03b8fb74a
parentd2b86d7f40873f053489f386f7ab926bbb226bef
Fix ediff problems.  (Reported by Dan Nicolaescu.)

* lisp/subr.el (with-selected-frame): Make sure the current buffer is
  restored as well.

* src/xfns.c (Fx_create_frame): Use `store_frame_param' to set
  `window-system' frame parameter, and make sure it overrides any
  user-supplied setting.

* src/xfns.c (x_icon): Disable redundant call to
  `x_wm_set_window_state'. (Also applied in CVS.)

* lisp/faces.el (x-create-frame-with-faces): Don't make frame visible
  until we are done setting up all its parameters.

* lisp/ediff-wind.el (ediff-setup-windows-automatic): New function.
  (ediff-window-setup-function): Use it as default.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-528
lisp/ediff-wind.el
lisp/faces.el
lisp/subr.el
src/xfns.c