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

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

browse-url-mozilla


From: Walter C. Pelissero
Subject: browse-url-mozilla
Date: Thu, 22 May 2003 14:35:10 +0200

I'm quite sure but I suspect that the IF block in BROWSE-URL-MOZILLA
that reads:

        (if (browse-url-maybe-new-window
             new-window)
            (if browse-url-mozilla-new-window-is-tab
                ",new-tab")
          ",new-window")

Should be:

        (if (browse-url-maybe-new-window new-window)
            (if browse-url-mozilla-new-window-is-tab
                ",new-tab"
              ",new-window"))

This is in GNU Emacs 21.3.50.1 (i386-unknown-freebsd4.8, X toolkit,
Xaw3d scroll bars) of 2003-04-24.

-- 
walter pelissero
http://www.pelissero.de




reply via email to

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