branch: elpa/markdown-mode
commit 7c20685df615469132763add897c1ca37cbe07e4
Merge: 90ad4af79a 31eabd897b
Author: Shohei YOSHIDA <syo...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #903 from smithzvk/patch-1
    
    Change kill-this-buffer to kill-current-buffer
---
 markdown-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index 671210e5a8..74d958a7d7 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -10522,7 +10522,7 @@ rows and columns and the column alignment."
     (define-key map (kbd "SPC") #'scroll-up-command)
     (define-key map (kbd ">") #'end-of-buffer)
     (define-key map (kbd "<") #'beginning-of-buffer)
-    (define-key map (kbd "q") #'kill-this-buffer)
+    (define-key map (kbd "q") #'kill-current-buffer)
     (define-key map (kbd "?") #'describe-mode)
     map)
   "Keymap for `markdown-view-mode'.")

Reply via email to