Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5adfa483
Commit
5adfa483
authored
Dec 29, 2008
by
Juri Linkov
Browse files
(proced-mode-map): Bind " " to next-line instead of the
command `proced-next-line' removed on 2008-09-06.
parent
18e4b9bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/proced.el
lisp/proced.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5adfa483
2008-12-29 Juri Linkov <juri@jurta.org>
* proced.el (proced-mode-map): Bind " " to next-line instead of the
command `proced-next-line' removed on 2008-09-06.
2008-12-28 Juri Linkov <juri@jurta.org>
* misearch.el (multi-isearch-next-buffer-function): Doc fix.
...
...
lisp/proced.el
View file @
5adfa483
...
...
@@ -440,7 +440,7 @@ Important: the match ends just after the marker.")
(
defvar
proced-mode-map
(
let
((
km
(
make-sparse-keymap
)))
;; moving
(
define-key
km
" "
'
proced-
next-line
)
(
define-key
km
" "
'next-line
)
(
define-key
km
"n"
'next-line
)
(
define-key
km
"p"
'previous-line
)
(
define-key
km
"\C-n"
'next-line
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment