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

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

[elpa] master fbc8665 1/2: In uniquify-files.el, improve integration wit


From: Stephen Leake
Subject: [elpa] master fbc8665 1/2: In uniquify-files.el, improve integration with project.el, bump version
Date: Sun, 29 Dec 2019 15:28:44 -0500 (EST)

branch: master
commit fbc8665e3afa039e53d7efcee5cadb084617a836
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

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

diff --git a/packages/uniquify-files/uniquify-files.el 
b/packages/uniquify-files/uniquify-files.el
index f0fb010..ed8b16c 100644
--- a/packages/uniquify-files/uniquify-files.el
+++ b/packages/uniquify-files/uniquify-files.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Stephen Leake <address@hidden>
 ;; 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]