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:
parent
cedefabfcf
commit
0b2e3db910
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue