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

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

[elpa] externals/uniquify-files 95acec3 19/22: In ada-mode and wisi, rel


From: Stefan Monnier
Subject: [elpa] externals/uniquify-files 95acec3 19/22: In ada-mode and wisi, release ada-mode 6.2.1, wisi 2.2.1; fix packaging bugs
Date: Tue, 1 Dec 2020 17:36:22 -0500 (EST)

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

    In ada-mode and wisi, release ada-mode 6.2.1, wisi 2.2.1; fix packaging bugs
---
 uniquify-files.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/uniquify-files.el b/uniquify-files.el
index c779d47..f0fb010 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
+;; Version: 1.0.1
 ;; package-requires: ((emacs "25.0"))
 ;;
 ;; This file is part of GNU Emacs.
@@ -36,6 +36,7 @@
 
 (require 'cl-lib)
 (require 'files)
+(require 'project)
 
 (defconst uniq-file--regexp "^\\(.*\\)<\\([^>]*\\)>?$"
   ;; The trailing '>' is optional so the user can type "<dir" in the



reply via email to

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