summaryrefslogtreecommitdiff
path: root/helm-occur.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-occur.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-occur.el')
-rw-r--r--helm-occur.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-occur.el b/helm-occur.el
index 4fed01e5..1b63595c 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -43,7 +43,7 @@ Don't set it to any value, it will have no effect.")
(define-key map (kbd "C-c o") 'helm-occur-run-goto-line-ow)
(define-key map (kbd "C-c C-o") 'helm-occur-run-goto-line-of)
(define-key map (kbd "C-x C-s") 'helm-occur-run-save-buffer)
- (delq nil map))
+ map)
"Keymap used in occur source.")
(defgroup helm-occur nil