From 58589150ae9825c59899e4358e35f241f27e4d49 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 6 Aug 2008 03:53:09 +0000 Subject: [PATCH] (proced-menu): Bind the correct function to for toggling. --- lisp/ChangeLog | 2 ++ lisp/proced.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad7fbf105d7..d61e6f3b458 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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")] -- 2.39.2