aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-08 00:20:56 +0000
committerRichard M. Stallman1998-03-08 00:20:56 +0000
commitda8a843818c7d5a318ef4c3d8dd9e51241e54fc5 (patch)
treec5bf22c1add1535c57d79582b6c53d0f28bc9150
parent31cd9611fe3385c56aeab94e6e34feca616b2f4c (diff)
downloademacs-da8a843818c7d5a318ef4c3d8dd9e51241e54fc5.tar.gz
emacs-da8a843818c7d5a318ef4c3d8dd9e51241e54fc5.zip
(dired-quit): Function deleted.
(dired-mode-map): Use quit-window for q.
-rw-r--r--lisp/dired.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 34b1d50ad90..583815dd44d 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -891,7 +891,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
891 (define-key map "o" 'dired-find-file-other-window) 891 (define-key map "o" 'dired-find-file-other-window)
892 (define-key map "\C-o" 'dired-display-file) 892 (define-key map "\C-o" 'dired-display-file)
893 (define-key map "p" 'dired-previous-line) 893 (define-key map "p" 'dired-previous-line)
894 (define-key map "q" 'dired-quit) 894 (define-key map "q" 'quit-window)
895 (define-key map "s" 'dired-sort-toggle-or-edit) 895 (define-key map "s" 'dired-sort-toggle-or-edit)
896 (define-key map "t" 'dired-do-toggle) 896 (define-key map "t" 'dired-do-toggle)
897 (define-key map "u" 'dired-unmark) 897 (define-key map "u" 'dired-unmark)
@@ -1154,11 +1154,6 @@ Keybindings:
1154 1154
1155;; Idiosyncratic dired commands that don't deal with marks. 1155;; Idiosyncratic dired commands that don't deal with marks.
1156 1156
1157(defun dired-quit ()
1158 "Bury the current dired buffer."
1159 (interactive)
1160 (bury-buffer))
1161
1162(defun dired-summary () 1157(defun dired-summary ()
1163 "Summarize basic Dired commands and show recent Dired errors." 1158 "Summarize basic Dired commands and show recent Dired errors."
1164 (interactive) 1159 (interactive)