Mercurial > emacs
changeset 97317:5cd3eb14e72e
(proced-menu): Bind the correct function to for toggling.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 06 Aug 2008 03:53:09 +0000 |
parents | 4c6e2fb9905e |
children | 378ddbf97cea |
files | lisp/ChangeLog lisp/proced.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 06 03:50:13 2008 +0000 +++ b/lisp/ChangeLog Wed Aug 06 03:53:09 2008 +0000 @@ -1,5 +1,7 @@ 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.
--- a/lisp/proced.el Wed Aug 06 03:50:13 2008 +0000 +++ b/lisp/proced.el Wed Aug 06 03:53:09 2008 +0000 @@ -244,7 +244,7 @@ ["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")]