mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 11:12:19 -08:00
Make two XEmacs related variables obsolete
* lisp/net/browse-url.el (browse-url-gnudoit-program) (browse-url-gnudoit-args): Make obsolete. The corresponding command 'browse-url-w3-gnudoit' is already obsolete since 25.1.
This commit is contained in:
parent
59a798b3f0
commit
9155f2ada3
1 changed files with 2 additions and 0 deletions
|
|
@ -437,11 +437,13 @@ These might set its size, for instance."
|
|||
(defcustom browse-url-gnudoit-program "gnudoit"
|
||||
"The name of the `gnudoit' program used by `browse-url-w3-gnudoit'."
|
||||
:type 'string)
|
||||
(make-obsolete-variable 'browse-url-gnudoit-program nil "29.1")
|
||||
|
||||
(defcustom browse-url-gnudoit-args '("-q")
|
||||
"A list of strings defining options for `browse-url-gnudoit-program'.
|
||||
These might set the port, for instance."
|
||||
:type '(repeat (string :tag "Argument")))
|
||||
(make-obsolete-variable 'browse-url-gnudoit-args nil "29.1")
|
||||
|
||||
(defcustom browse-url-generic-program nil
|
||||
"The name of the browser program used by `browse-url-generic'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue