* speedbar.el (speedbar-file-key-map): Fix typo.
This commit is contained in:
parent
1ff106579e
commit
74ab090503
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-09 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* speedbar.el (speedbar-file-key-map): Fix typo.
|
||||
|
||||
2005-10-09 Daniel Brockman <daniel@brockman.se>
|
||||
|
||||
* cus-start.el (line-spacing): Add custom spec.
|
||||
|
|
|
@ -762,7 +762,7 @@ This basically creates a sparse keymap, and makes it's parent be
|
|||
(define-key speedbar-file-key-map "-" 'speedbar-contract-line)
|
||||
|
||||
(define-key speedbar-file-key-map "[" 'speedbar-expand-line-descendants)
|
||||
(define-key speedbar-file-key-map "]" 'speedbar-close-line-descendants)
|
||||
(define-key speedbar-file-key-map "]" 'speedbar-contract-line-descendants)
|
||||
|
||||
(define-key speedbar-file-key-map " " 'speedbar-toggle-line-expansion)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue