summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-07-13 09:40:00 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-07-13 09:40:00 +0200
commitd27b5cb1b7d0b67f9b0bed325dfd624070e35726 (patch)
tree78675dbfbdd4a654aa39ddab8b5010229998045e /helm-grep.el
parenta1d3864b5c208dd8b9052a46a587a9234a3945a6 (diff)
Remove now unneeded delq map
* helm-files.el (helm-find-files-map): Do it. (helm-read-file-map): Do it. * helm-occur.el (helm-occur-map): Do it. * helm-grep.el (helm-grep-map): Do it.
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-grep.el b/helm-grep.el
index d00ee4c0..6e80c549 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -289,7 +289,7 @@ Have no effect when grep backend use \"--color=\"."
(define-key map (kbd "C-c C-o") 'helm-grep-run-other-frame-action)
(define-key map (kbd "C-x C-s") 'helm-grep-run-save-buffer)
(define-key map (kbd "DEL") 'helm-delete-backward-no-update)
- (delq nil map))
+ map)
"Keymap used in Grep sources.")
(defcustom helm-grep-use-ioccur-style-keys t