diff options
| author | Glenn Morris | 2016-05-12 10:35:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2016-05-12 10:35:27 -0700 |
| commit | 66cd4d8bd031fb5cb1c65e3b008681021ea32906 (patch) | |
| tree | cd122413e008b0a078fc5d8cf3e03d3425e50926 | |
| parent | 1a5a05cf6f68277c142fe3753581d3b0c6470156 (diff) | |
| download | emacs-66cd4d8bd031fb5cb1c65e3b008681021ea32906.tar.gz emacs-66cd4d8bd031fb5cb1c65e3b008681021ea32906.zip | |
* lisp/emacs-lisp/find-func.el (find-feature-regexp)
(find-alias-regexp): Fix :version.
| -rw-r--r-- | lisp/emacs-lisp/find-func.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 0575ce49f80..f174a64fcba 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -111,7 +111,7 @@ should insert the feature name." | |||
| 111 | ;; (point-min), which is acceptable in this case. | 111 | ;; (point-min), which is acceptable in this case. |
| 112 | :type 'regexp | 112 | :type 'regexp |
| 113 | :group 'xref | 113 | :group 'xref |
| 114 | :version "25.0") | 114 | :version "25.1") |
| 115 | 115 | ||
| 116 | (defcustom find-alias-regexp | 116 | (defcustom find-alias-regexp |
| 117 | "(defalias +'%s" | 117 | "(defalias +'%s" |
| @@ -120,7 +120,7 @@ Note it must contain a `%s' at the place where `format' | |||
| 120 | should insert the feature name." | 120 | should insert the feature name." |
| 121 | :type 'regexp | 121 | :type 'regexp |
| 122 | :group 'xref | 122 | :group 'xref |
| 123 | :version "25.0") | 123 | :version "25.1") |
| 124 | 124 | ||
| 125 | (defvar find-function-regexp-alist | 125 | (defvar find-function-regexp-alist |
| 126 | '((nil . find-function-regexp) | 126 | '((nil . find-function-regexp) |