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

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

[elpa] externals/uniquify-files 991703e 20/22: In uniquify-files.el, im


From: Stefan Monnier
Subject: [elpa] externals/uniquify-files 991703e 20/22: In uniquify-files.el, improve integration with project.el, bump version
Date: Tue, 1 Dec 2020 17:36:22 -0500 (EST)

branch: externals/uniquify-files
commit 991703ea60b5c93c7840643e0c16d54455999936
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    In uniquify-files.el, improve integration with project.el, bump version
---
 uniquify-files.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/uniquify-files.el b/uniquify-files.el
index f0fb010..ed8b16c 100644
--- a/uniquify-files.el
+++ b/uniquify-files.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
 ;; Keywords: completion table
 ;;   uniquify
-;; Version: 1.0.1
+;; Version: 1.0.2
 ;; package-requires: ((emacs "25.0"))
 ;;
 ;; This file is part of GNU Emacs.
@@ -306,10 +306,8 @@ done on UNIQIFIED-NAME, PRED is called with ABS-NAME."
               uniq-file-all-completions
               "display uniquified file names."))
 
-;;; Integration with project.el
+;;; Integration with emacs 27 project.el
 
-(when (fboundp 'project--read-file-cpd-relative)
-  ;; emacs 27
 ;;;###autoload
 (defun uniq-file-read (prompt all-files &optional predicate hist default)
   "For `project-read-file-name-function'."
@@ -321,7 +319,6 @@ done on UNIQIFIED-NAME, PRED is called with ABS-NAME."
 
 ;;;###autoload
 (setq-default project-read-file-name-function #'uniq-file-read)
-)
 
 (provide 'uniquify-files)
 ;;; uniquify-files.el ends here



reply via email to

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