diff lisp/proced.el @ 104976:5db88d7b996f

(proced-mark-alt): Remove alias. (proced-mode-map): Remove proced-mark-alt.
author Glenn Morris <rgm@gnu.org>
date Sat, 12 Sep 2009 02:42:22 +0000
parents 2a33efb3a1e3
children 9325921bfcde
line wrap: on
line diff
--- a/lisp/proced.el	Sat Sep 12 02:42:03 2009 +0000
+++ b/lisp/proced.el	Sat Sep 12 02:42:22 2009 +0000
@@ -459,7 +459,7 @@
     (define-key km [down] 'next-line)
     (define-key km [up] 'previous-line)
     ;; marking
-    (define-key km "d" 'proced-mark-alt) ; Dired compatibility ("delete")
+    (define-key km "d" 'proced-mark) ; Dired compatibility ("delete")
     (define-key km "m" 'proced-mark)
     (put 'proced-mark :advertised-binding "m")
     (define-key km "u" 'proced-unmark)
@@ -717,10 +717,6 @@
   (interactive "p")
   (proced-do-mark t count))
 
-;; So we can preferentially advertise the "m" binding in the mode help,
-;; rather than the "d" one.
-(defalias 'proced-mark-alt 'proced-mark)
-
 (defun proced-unmark (&optional count)
   "Unmark the current (or next COUNT) processes."
   (interactive "p")