summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-05-28 14:16:09 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-05-28 14:16:09 +0000
commit5b813fe87e42769ab12040b47dbf247034dbccf5 (patch)
treec9fd241e0fc163edc3d9afbd874f4b4f8122b1bc /lisp/doc-view.el
parent6b3d752c5df6b19f6ff20174e3cb0471ff3daa27 (diff)
downloademacs-5b813fe87e42769ab12040b47dbf247034dbccf5.tar.gz
(doc-view-mode-map): Bind `q' to quit-window, as is the custom.
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r--lisp/doc-view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index d464216df8a..ced22c1f81d 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -295,7 +295,7 @@ Can be `dvi', `pdf', or `ps'.")
(define-key map "+" 'doc-view-enlarge)
(define-key map "-" 'doc-view-shrink)
;; Killing/burying the buffer (and the process)
- (define-key map (kbd "q") 'bury-buffer)
+ (define-key map (kbd "q") 'quit-window)
(define-key map (kbd "k") 'doc-view-kill-proc-and-buffer)
(define-key map (kbd "K") 'doc-view-kill-proc)
;; Slicing the image