]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind C-c keys in the article buffer
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 19:40:27 +0000 (20:40 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 19:40:27 +0000 (20:40 +0100)
* lisp/gnus/gnus-art.el (gnus-article-mode-map): Also bind the
C-c keys so that they execute in the summary buffer
(bug#18257).  This makes commands like `C-c C-f' work from the
article buffer.

lisp/gnus/gnus-art.el

index a0f14402fbf11483515ce9c770cfe4a69df025bc..80c519a4396b98bc5e093dc6ee274be13caf3c6d 100644 (file)
@@ -4391,6 +4391,7 @@ If variable `gnus-use-long-file-name' is non-nil, it is
 
   "e" gnus-article-read-summary-keys
   "\C-d" gnus-article-read-summary-keys
+  "\C-c" gnus-article-read-summary-keys
   "\M-*" gnus-article-read-summary-keys
   "\M-#" gnus-article-read-summary-keys
   "\M-^" gnus-article-read-summary-keys