summaryrefslogtreecommitdiff
path: root/helm-types.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-types.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-types.el')
-rw-r--r--helm-types.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/helm-types.el b/helm-types.el
index b4d96e73..9385cf72 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -134,9 +134,6 @@
'helm-switch-to-buffers-other-window
"Switch to buffer other frame `C-c C-o'"
'switch-to-buffer-other-frame
- (lambda () (and (locate-library "elscreen")
- "Display buffer in Elscreen"))
- 'helm-find-buffer-on-elscreen
"Browse project from buffer"
'helm-buffers-browse-project
"Query replace regexp `C-M-%'"