emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat 11112dd549 6/7: Add compat--file-local-name decl


From: ELPA Syncer
Subject: [elpa] externals/compat 11112dd549 6/7: Add compat--file-local-name declaration
Date: Wed, 20 Apr 2022 04:57:33 -0400 (EDT)

branch: externals/compat
commit 11112dd5495105a4ceccb648bdf722015b70fdaf
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add compat--file-local-name declaration
---
 compat-27.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compat-27.el b/compat-27.el
index b3a9181e28..6229385430 100644
--- a/compat-27.el
+++ b/compat-27.el
@@ -498,6 +498,9 @@ the value of the variable `exec-path'."
         (funcall handler 'exec-path)
       exec-path)))
 
+(declare-function compat--file-local-name "compat-26"
+                  (file))
+
 ;;*UNTESTED
 (compat-defun executable-find (command &optional remote)
   "Search for COMMAND in `exec-path' and return the absolute file name.



reply via email to

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