* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode-map):
Actually use `w'/`c' as described in previous patch.
(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)