* lisp/emacs-lisp/find-func.el (find-feature-regexp)
(find-alias-regexp): Fix :version.
This commit is contained in:
parent
1a5a05cf6f
commit
66cd4d8bd0
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ should insert the feature name."
|
||||||
;; (point-min), which is acceptable in this case.
|
;; (point-min), which is acceptable in this case.
|
||||||
:type 'regexp
|
:type 'regexp
|
||||||
:group 'xref
|
:group 'xref
|
||||||
:version "25.0")
|
:version "25.1")
|
||||||
|
|
||||||
(defcustom find-alias-regexp
|
(defcustom find-alias-regexp
|
||||||
"(defalias +'%s"
|
"(defalias +'%s"
|
||||||
|
@ -120,7 +120,7 @@ Note it must contain a `%s' at the place where `format'
|
||||||
should insert the feature name."
|
should insert the feature name."
|
||||||
:type 'regexp
|
:type 'regexp
|
||||||
:group 'xref
|
:group 'xref
|
||||||
:version "25.0")
|
:version "25.1")
|
||||||
|
|
||||||
(defvar find-function-regexp-alist
|
(defvar find-function-regexp-alist
|
||||||
'((nil . find-function-regexp)
|
'((nil . find-function-regexp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue