emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 66cd4d8: * lisp/emacs-lisp/find-func.el (find-fea


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 66cd4d8: * lisp/emacs-lisp/find-func.el (find-feature-regexp)
Date: Thu, 12 May 2016 17:35:41 +0000 (UTC)

branch: emacs-25
commit 66cd4d8bd031fb5cb1c65e3b008681021ea32906
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/emacs-lisp/find-func.el (find-feature-regexp)
    (find-alias-regexp): Fix :version.
---
 lisp/emacs-lisp/find-func.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 0575ce4..f174a64 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]