Add a key binding to Semantic's complete.el

* lisp/cedet/semantic/complete.el (semantic-complete-key-map): Add
a binding for 'switch-to-completions'.  (Bug#77227)

Copyright-paperwork-exempt: yes
This commit is contained in:
Andrés Ramírez 2025-03-24 02:54:02 +00:00 committed by Eli Zaretskii
parent cedefabfcf
commit 0b2e3db910

View file

@ -177,6 +177,7 @@ Value should be a ... what?")
(define-key km "\C-g" #'abort-recursive-edit)
(define-key km "\M-n" #'next-history-element)
(define-key km "\M-p" #'previous-history-element)
(define-key km "\M-v" #'switch-to-completions)
(define-key km "\C-n" #'next-history-element)
(define-key km "\C-p" #'previous-history-element)
;; Add history navigation