; Fix :version tag in browse-url
* lisp/net/browse-url.el (browse-url-button-regexp): Fix :version tag.
This commit is contained in:
parent
dffd4a50c6
commit
3e51be94ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue