(proced-menu): Bind the correct function to for toggling.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 6 Aug 2008 03:53:09 +0000 (03:53 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 6 Aug 2008 03:53:09 +0000 (03:53 +0000)
lisp/ChangeLog
lisp/proced.el

index ad7fbf1..d61e6f3 100644 (file)
@@ -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.
index c7fc634..436189d 100644 (file)
@@ -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")]