Fix up key bindings in previous tabulated-list patch
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode-map): Actually use `w'/`c' as described in previous patch.
This commit is contained in:
parent
1ad3387600
commit
b72cd0c746
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ If ADVANCE is non-nil, move forward by one line afterwards."
|
|||
(define-key map "n" 'next-line)
|
||||
(define-key map "p" 'previous-line)
|
||||
(define-key map "S" 'tabulated-list-sort)
|
||||
(define-key map "e" 'tabulated-list-widen-current-column)
|
||||
(define-key map "s" 'tabulated-list-narrow-current-column)
|
||||
(define-key map "w" 'tabulated-list-widen-current-column)
|
||||
(define-key map "c" 'tabulated-list-narrow-current-column)
|
||||
(define-key map [follow-link] 'mouse-face)
|
||||
(define-key map [mouse-2] 'mouse-select-window)
|
||||
map)
|
||||
|
|
Loading…
Add table
Reference in a new issue