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

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

[nongnu] elpa/helm caa92464f9 11/11: Remove old obsolete binding C-c ?


From: ELPA Syncer
Subject: [nongnu] elpa/helm caa92464f9 11/11: Remove old obsolete binding C-c ?
Date: Mon, 4 Jul 2022 02:58:45 -0400 (EDT)

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

    Remove old obsolete binding C-c ?
    
    Use C-h m instead.
---
 helm-core.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index 63c7b8779e..f328dfdb44 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -282,7 +282,6 @@ and vectors, so don't use strings to define them."
     ;; Use `describe-mode' key in `global-map'.
     (cl-dolist (k (where-is-internal #'describe-mode global-map))
       (define-key map k #'helm-help))
-    (define-key map (kbd "C-c ?")    #'helm-help)
     ;; Bind all actions from 1 to 12 to their corresponding nth index+1.
     (cl-loop for n from 0 to 11 do
              (define-key map (kbd (format "<f%s>" (1+ n)))



reply via email to

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