mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(finder-mode-map): Add n and p bindings.
This commit is contained in:
parent
8fd0f424be
commit
c9fdebdf3a
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-04-10 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* finder.el (finder-mode-map): Add n and p bindings.
|
||||
|
||||
2006-04-10 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
|
||||
|
|
|
|||
|
|
@ -104,6 +104,8 @@
|
|||
(define-key map [mouse-2] 'finder-mouse-select)
|
||||
(define-key map "\C-m" 'finder-select)
|
||||
(define-key map "?" 'finder-summary)
|
||||
(define-key map "n" 'next-line)
|
||||
(define-key map "p" 'previous-line)
|
||||
(define-key map "q" 'finder-exit)
|
||||
(define-key map "d" 'finder-list-keywords)
|
||||
map))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue