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

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

[elpa] externals/compat 2089c90 41/99: Declare gensym for with-existing-


From: ELPA Syncer
Subject: [elpa] externals/compat 2089c90 41/99: Declare gensym for with-existing-directory
Date: Sun, 17 Oct 2021 05:57:54 -0400 (EDT)

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

    Declare gensym for with-existing-directory
    
    The variable is either defined by Emacs or compat.el.
---
 compat-28.1.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat-28.1.el b/compat-28.1.el
index 2d1acb6..37f1904 100644
--- a/compat-28.1.el
+++ b/compat-28.1.el
@@ -219,6 +219,7 @@ Also see `local-variable-p'."
       (void-variable nil (throw 'fail nil)))
     t))
 
+(declare gensym nil (&optional prefix))
 (compat-defmacro with-existing-directory (&rest body)
   "Execute BODY with `default-directory' bound to an existing directory.
 If `default-directory' is already an existing directory, it's not changed."



reply via email to

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