# HG changeset patch # User Dan Nicolaescu # Date 1217994789 0 # Node ID 5cd3eb14e72eec37c42f171d93b18f4d172d44e6 # Parent 4c6e2fb9905e0aa81579d2184bd049518fcd0114 (proced-menu): Bind the correct function to for toggling. diff -r 4c6e2fb9905e -r 5cd3eb14e72e lisp/ChangeLog --- 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 + * 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. diff -r 4c6e2fb9905e -r 5cd3eb14e72e lisp/proced.el --- 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")]