emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/browse-url.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/net/browse-url.el
Date: Sat, 06 Nov 2004 23:21:07 -0500

Index: emacs/lisp/net/browse-url.el
diff -c emacs/lisp/net/browse-url.el:1.39 emacs/lisp/net/browse-url.el:1.40
*** emacs/lisp/net/browse-url.el:1.39   Thu Nov  4 10:15:37 2004
--- emacs/lisp/net/browse-url.el        Sun Nov  7 04:00:18 2004
***************
*** 357,362 ****
--- 357,371 ----
    :type '(repeat (string :tag "Argument"))
    :group 'browse-url)
  
+ ;; GNOME means of invoking either Mozilla or Netrape.
+ (defvar browse-url-gnome-moz-program "gnome-moz-remote")
+ 
+ (defcustom browse-url-gnome-moz-arguments '()
+   "*A list of strings passed to the GNOME mozilla viewer as arguments."
+   :version "21.1"
+   :type '(repeat (string :tag "Argument"))
+   :group 'browse-url)
+ 
  (defcustom browse-url-mozilla-new-window-is-tab nil
    "*Whether to open up new windows in a tab or a new window.
  If non-nil, then open the URL in a new tab rather than a new window if
***************
*** 1032,1045 ****
               browse-url-epiphany-program
               (append browse-url-epiphany-startup-arguments (list url))))))
  
- ;; GNOME means of invoking either Mozilla or Netrape.
- (defvar browse-url-gnome-moz-program "gnome-moz-remote")
- (defcustom browse-url-gnome-moz-arguments '()
-   "*A list of strings passed to the GNOME mozilla viewer as arguments."
-   :version "21.1"
-   :type '(repeat (string :tag "Argument"))
-   :group 'browse-url)
- 
  ;;;###autoload
  (defun browse-url-gnome-moz (url &optional new-window)
    "Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
--- 1041,1046 ----




reply via email to

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