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
58589150
Commit
58589150
authored
Aug 06, 2008
by
Dan Nicolaescu
Browse files
(proced-menu): Bind the correct function to for toggling.
parent
d3cecb40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/proced.el
lisp/proced.el
+1
-1
No files found.
lisp/ChangeLog
View file @
58589150
2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
* proced.el (proced-menu): Bind the correct function to for toggling.
* diff-mode.el (diff-show-trailing-whitespaces): Fix typo.
* vc-dir.el (vc-dir-mode): Fix typo.
...
...
lisp/proced.el
View file @
58589150
...
...
@@ -244,7 +244,7 @@ Important: the match ends just after the marker.")
[
"Unmark"
proced-unmark
t]
[
"Mark All"
proced-mark-all
t]
[
"Unmark All"
proced-unmark-all
t]
[
"Toggle Marks"
proced-
unmark-all
t]
[
"Toggle Marks"
proced-
toggle-marks
t]
"--"
[
"Sort"
proced-sort
t]
[
"Sort by %CPU"
proced-sort-pcpu
(
proced-sorting-scheme-p
"%CPU"
)
]
...
...
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