[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master e68a455: Fix C-c C-f in the Gnus article buffer
From: |
Lars Ingebrigtsen |
Subject: |
master e68a455: Fix C-c C-f in the Gnus article buffer |
Date: |
Sat, 18 Jul 2020 22:28:56 -0400 (EDT) |
branch: master
commit e68a455afbdf8f316b7f5259b0758ffae511fa52
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Fix C-c C-f in the Gnus article buffer
* lisp/gnus/gnus-art.el (gnus-article-mode-map): Make the C-c C-f
command work in the article buffer, too (bug#40548).
---
lisp/gnus/gnus-art.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 925e48f..0c0c1bd 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -4406,6 +4406,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\C-f" gnus-summary-mail-forward
"\M-*" gnus-article-read-summary-keys
"\M-#" gnus-article-read-summary-keys
"\M-^" gnus-article-read-summary-keys
@@ -6674,7 +6675,7 @@ not have a face in `gnus-article-boring-faces'."
(interactive "P")
(gnus-article-check-buffer)
(let ((nosaves
- '("q" "Q" "r" "\C-c\C-f" "m" "a" "f" "WDD" "WDW"
+ '("q" "Q" "r" "m" "a" "f" "WDD" "WDW"
"Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
"=" "^" "\M-^" "|"))
(nosave-but-article
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master e68a455: Fix C-c C-f in the Gnus article buffer,
Lars Ingebrigtsen <=