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

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

[nongnu] elpa/helm b773289689 1/4: Remove obsolete and unneeded function


From: ELPA Syncer
Subject: [nongnu] elpa/helm b773289689 1/4: Remove obsolete and unneeded function
Date: Thu, 17 Feb 2022 03:58:16 -0500 (EST)

branch: elpa/helm
commit b773289689c808329e303f15842181b0fa864a37
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Remove obsolete and unneeded function
---
 helm-utils.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/helm-utils.el b/helm-utils.el
index ff958ab9e5..0bd6ed24ba 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -1040,10 +1040,6 @@ If FILE is a directory, open this directory."
     (dired (file-name-directory file))
     (dired-goto-file file)))
 
-(defun helm-require-or-error (feature function)
-  (or (require feature nil t)
-      (error "Need %s to use `%s'." feature function)))
-
 (defun helm-find-file-as-root (candidate)
   (let* ((buf (helm-basename candidate))
          (host (file-remote-p candidate 'host))



reply via email to

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