emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 9838ee7 2/3: * Fix regexp instroduced by f055f52321


From: Andrea Corallo
Subject: feature/native-comp 9838ee7 2/3: * Fix regexp instroduced by f055f52321
Date: Mon, 9 Mar 2020 04:11:49 -0400 (EDT)

branch: feature/native-comp
commit 9838ee7ed870844470703b2648f8b59c0575bd46
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * Fix regexp instroduced by f055f52321
---
 lisp/emacs-lisp/find-func.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 21c1002..fa87b25 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -187,7 +187,7 @@ LIBRARY should be a string (the name of the library)."
   (cond
    ((string-match "\\.el\\(c\\(\\..*\\)?\\)\\'" library)
     (setq library (replace-match "" t t library)))
-   ((string-match "\\.eln$" library)
+   ((string-match "\\.eln\\'" library)
     ;; From help-fns.el.
     (setq library (expand-file-name (concat (file-name-base library)
                                             ".el")



reply via email to

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