mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(dired-quit): Function deleted.
(dired-mode-map): Use quit-window for q.
This commit is contained in:
parent
31cd9611fe
commit
da8a843818
1 changed files with 1 additions and 6 deletions
|
|
@ -891,7 +891,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
|
|||
(define-key map "o" 'dired-find-file-other-window)
|
||||
(define-key map "\C-o" 'dired-display-file)
|
||||
(define-key map "p" 'dired-previous-line)
|
||||
(define-key map "q" 'dired-quit)
|
||||
(define-key map "q" 'quit-window)
|
||||
(define-key map "s" 'dired-sort-toggle-or-edit)
|
||||
(define-key map "t" 'dired-do-toggle)
|
||||
(define-key map "u" 'dired-unmark)
|
||||
|
|
@ -1154,11 +1154,6 @@ Keybindings:
|
|||
|
||||
;; Idiosyncratic dired commands that don't deal with marks.
|
||||
|
||||
(defun dired-quit ()
|
||||
"Bury the current dired buffer."
|
||||
(interactive)
|
||||
(bury-buffer))
|
||||
|
||||
(defun dired-summary ()
|
||||
"Summarize basic Dired commands and show recent Dired errors."
|
||||
(interactive)
|
||||
|
|
|
|||
Loading…
Reference in a new issue