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

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

[nongnu] elpa/nix-mode 015bf9639a 386/500: Remove filenames handling


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 015bf9639a 386/500: Remove filenames handling
Date: Sat, 29 Jan 2022 08:27:42 -0500 (EST)

branch: elpa/nix-mode
commit 015bf9639ad47ada7857e86f039fd79f0c7da906
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Remove filenames handling
    
    nix gives us the filenames
---
 nix.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nix.el b/nix.el
index 2ed8f84c69..0a40df895e 100644
--- a/nix.el
+++ b/nix.el
@@ -202,8 +202,6 @@ OPTIONS a list of options to accept."
         (kill-buffer stdout)
         (let ((lines (split-string result "\n"))
               completions)
-          (when (string= (nth 1 lines) "filenames")
-            (pcomplete-here (pcomplete-entries nil 'file-exists-p)))
           (dolist (val (cdr lines))
             (unless (string= val "")
               (setq completions (cons val completions))))



reply via email to

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