emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mail-bury should use one-window-p, not window-dedicated-p


From: Richard Stallman
Subject: Re: mail-bury should use one-window-p, not window-dedicated-p
Date: Wed, 30 May 2007 17:27:16 -0400

     (window-dedicated-p (frame-selected-window))

    to this:

    (and pop-up-frames (one-window-p))

I think it is correct to test the first one.
It may be desirable to test the second as well.
Let's try it out for a while.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]