From: Dan Nicolaescu Date: Wed, 6 Aug 2008 03:53:09 +0000 (+0000) Subject: (proced-menu): Bind the correct function to for toggling. X-Git-Tag: emacs-pretest-23.0.90~3614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58589150ae9825c59899e4358e35f241f27e4d49;p=emacs.git (proced-menu): Bind the correct function to for toggling. --- 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")]