comparison lisp/net/browse-url.el @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents b7da78284d4c 18a818a2ee7c
children edf295560b5a
comparison
equal deleted inserted replaced
90199:bb71c6cf2009 90200:f9a65d7ebd29
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details. 21 ;; GNU General Public License for more details.
22 22
23 ;; You should have received a copy of the GNU General Public License 23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the 24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02111-1307, USA. 26 ;; Boston, MA 02110-1301, USA.
27 27
28 ;;; Commentary: 28 ;;; Commentary:
29 29
30 ;; This package provides functions which read a URL (Uniform Resource 30 ;; This package provides functions which read a URL (Uniform Resource
31 ;; Locator) from the minibuffer, defaulting to the URL around point, 31 ;; Locator) from the minibuffer, defaulting to the URL around point,
796 796
797 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 797 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
798 ;; Browser-specific commands 798 ;; Browser-specific commands
799 799
800 ;; --- Default MS-Windows browser --- 800 ;; --- Default MS-Windows browser ---
801
802 (defvar dos-windows-version)
801 803
802 (defun browse-url-default-windows-browser (url &optional new-window) 804 (defun browse-url-default-windows-browser (url &optional new-window)
803 (interactive (browse-url-interactive-arg "URL: ")) 805 (interactive (browse-url-interactive-arg "URL: "))
804 (if (eq system-type 'ms-dos) 806 (if (eq system-type 'ms-dos)
805 (if dos-windows-version 807 (if dos-windows-version