]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-quit): Function deleted.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Mar 1998 00:20:56 +0000 (00:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Mar 1998 00:20:56 +0000 (00:20 +0000)
(dired-mode-map): Use quit-window for q.

lisp/dired.el

index 34b1d50ad90eeccc2c8da489c4a1bfa9331e0f70..583815dd44da3a2caca38411bca76d94508e8851 100644 (file)
@@ -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:
 \f
 ;; 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)