projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5a05c
)
* lisp/emacs-lisp/find-func.el (find-feature-regexp)
author
Glenn Morris
<rgm@gnu.org>
Thu, 12 May 2016 17:35:27 +0000
(10:35 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 12 May 2016 17:35:27 +0000
(10:35 -0700)
(find-alias-regexp): Fix :version.
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index 0575ce49f80330a468566cc96c1bae8f22c68aea..f174a64fcbac1dcaaf00513c43162cc84d3dd7b2 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-111,7
+111,7
@@
should insert the feature name."
;; (point-min), which is acceptable in this case.
:type 'regexp
:group 'xref
- :version "25.
0
")
+ :version "25.
1
")
(defcustom find-alias-regexp
"(defalias +'%s"
@@
-120,7
+120,7
@@
Note it must contain a `%s' at the place where `format'
should insert the feature name."
:type 'regexp
:group 'xref
- :version "25.
0
")
+ :version "25.
1
")
(defvar find-function-regexp-alist
'((nil . find-function-regexp)