]> git.eshelyaron.com Git - emacs.git/commitdiff
Make two XEmacs related variables obsolete
authorStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 11:18:01 +0000 (13:18 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 12:23:01 +0000 (14:23 +0200)
* 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.

lisp/net/browse-url.el

index 1cfe90895fe03f1a41ac3aea2e6fc1fd2e905ef0..7cffe3e32e4f927f6e0e15bf053e0c58750df816 100644 (file)
@@ -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'."