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

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

[elpa] externals/compat 084f18c 73/99: Declare compat functions used in


From: ELPA Syncer
Subject: [elpa] externals/compat 084f18c 73/99: Declare compat functions used in file-name-with-extension
Date: Sun, 17 Oct 2021 05:58:00 -0400 (EDT)

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

    Declare compat functions used in file-name-with-extension
---
 compat-28.1.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compat-28.1.el b/compat-28.1.el
index b5c32a3..d9b8534 100644
--- a/compat-28.1.el
+++ b/compat-28.1.el
@@ -338,6 +338,8 @@ as the new values of the bound variables in the recursive 
invocation."
 
 ;;;; Defined in files.el
 
+(declare-function compat--string-trim-left "compat-26.1" (string &optional 
regexp))
+(declare-function compat--directory-name-p "compat-25.1" (name))
 (compat-defun file-name-with-extension (filename extension)
   "Set the EXTENSION of a FILENAME.
 The extension (in a file name) is the part that begins with the last \".\".



reply via email to

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