diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-08-06 03:53:09 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-08-06 03:53:09 +0000 |
commit | 58589150ae9825c59899e4358e35f241f27e4d49 (patch) | |
tree | 4df25dac0d49ae417d24b6ea6943858084aaa5f6 /lisp/proced.el | |
parent | d3cecb40410901f079677b1a4d3690e649abec23 (diff) | |
download | emacs-58589150ae9825c59899e4358e35f241f27e4d49.tar.gz |
(proced-menu): Bind the correct function to for toggling.
Diffstat (limited to 'lisp/proced.el')
-rw-r--r-- | lisp/proced.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/proced.el b/lisp/proced.el index c7fc6344895..436189d8f6a 100644 --- a/lisp/proced.el +++ b/lisp/proced.el @@ -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")] |