; Fix :version tag in browse-url

* lisp/net/browse-url.el (browse-url-button-regexp): Fix :version tag.
This commit is contained in:
Stefan Kangas 2024-12-11 22:40:22 +01:00
parent dffd4a50c6
commit 3e51be94ae

View file

@ -252,7 +252,7 @@ be used instead."
"\\)")) "\\)"))
"\\)") "\\)")
"Regular expression that matches URLs." "Regular expression that matches URLs."
:version "27.1" :version "30.1"
:type 'regexp) :type 'regexp)
(defcustom browse-url-browser-display nil (defcustom browse-url-browser-display nil