summaryrefslogtreecommitdiff
path: root/helm-id-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-07 07:31:56 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-07 07:31:56 +0200
commit6193cc4d5928156180a279e73bd38633dd7e5bee (patch)
treeabd645b6e00ddc17d3efc0dcdad5e24b799c581b /helm-id-utils.el
parentd91121face0166b982ef554ed3e8dc9b2cc976fb (diff)
Move helm-elscreen deprecated library to emacs-helm.
* helm-buffers.el (helm-grep): Remove all elscreen references. (helm-buffer-run-ediff): Remove all elscreen references. * helm-files.el (helm-find-files-actions): Remove all elscreen references. * helm-grep.el (View-quit): Remove all elscreen references. (helm-grep-actions): Remove all elscreen references. (helm-grep-action): Remove all elscreen references. (helm-goto-next-or-prec-file): Remove all elscreen references. * helm-id-utils.el (helm-gid-source): Remove all elscreen references. * helm-types.el (helm-type-buffer-actions): Remove all elscreen references.
Diffstat (limited to 'helm-id-utils.el')
-rw-r--r--helm-id-utils.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/helm-id-utils.el b/helm-id-utils.el
index 9c26e8f6..2f249180 100644
--- a/helm-id-utils.el
+++ b/helm-id-utils.el
@@ -90,9 +90,6 @@ MacPorts to install id-utils, it should be `gid32'."
(action :initform (helm-make-actions
"Find File" 'helm-grep-action
"Find file other frame" 'helm-grep-other-frame
- (lambda () (and (locate-library "elscreen")
- "Find file in Elscreen"))
- 'helm-grep-jump-elscreen
"Save results in grep buffer" 'helm-grep-save-results
"Find file other window" 'helm-grep-other-window))
(persistent-action :initform 'helm-grep-persistent-action)